nxt.maxsize_trait

Trait for getting maximum size of types T.

Implementation in std.variant uses recursion.

Members

Functions

benchmark
void benchmark()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

W
struct W(T, size_t n)
Undocumented in source.

Templates

maxSizeOf
template maxSizeOf(Ts...)

Get maximum size of types Ts.

maxSizeOf_1
template maxSizeOf_1(Ts...)
Undocumented in source.
maxSizeOf_2
template maxSizeOf_2(Ts...)
Undocumented in source.

See Also

Meta