ScalarModel

Undocumented in source.
struct ScalarModel () if (
!dataHasAggregateModel!(TypeOf!A) &&
!dataHasStaticArrayModel!(TypeOf!A)
&&
!dataHasRandomAccessRangeModel!(TypeOf!A)
&&
!dataHasTaggedAlgebraicModel!(TypeOf!A)
&&
!dataHasAssociativeArrayModel!(TypeOf!A)
) {}

Constructors

this
this(const(Data) data)
Undocumented in source.

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.
DynamicCollapsable
enum DynamicCollapsable;
Undocumented in source.
Spacing
enum Spacing;
Undocumented in source.

Mixins

__anonymous
mixin visitImpl
Undocumented in source.

Variables

size
SizeType size;
Undocumented in source.

Mixed In Members

From mixin visitImpl

visit
bool visit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
baseVisit
bool baseVisit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta