ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
TypeErrorMsg
ocean
io
serialize
TypeId
Evaluates to an error messsage used by CheckedBaseType.
template
TypeErrorMsg (
T
Base
) {
static immutable
static if
(
is(T == Base)
)
auto
TypeErrorMsg
;
static immutable
static if
(!(
is(T == Base)
))
auto
TypeErrorMsg
;
}
Members
Static variables
TypeErrorMsg
auto
TypeErrorMsg
;
Undocumented in source.
TypeErrorMsg
auto
TypeErrorMsg
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
serialize
TypeId
templates
AggregateHash
AggregateId
BaseType
CheckedBaseType
TupleHash
TupleId
TypeErrorMsg
TypeHash
TypeId
Evaluates to an error messsage used by CheckedBaseType.