checkedint.tests.values

Public Imports

std.meta
public import std.meta;
std.typetuple
public import std.typetuple;

Members

Aliases

AliasSeq
alias AliasSeq = TypeTuple
Undocumented in source.
CharTypes
alias CharTypes = AliasSeq!(char, wchar, dchar)
Undocumented in source.
FixedTypes
alias FixedTypes = AliasSeq!(bool, CharTypes, IntegralTypes)
Undocumented in source.
FloatingTypes
alias FloatingTypes = AliasSeq!(float, double, real)
Undocumented in source.
IntegralTypes
alias IntegralTypes = AliasSeq!(byte, ubyte, short, ushort, int, uint, long, ulong)
Undocumented in source.
NumericTypes
alias NumericTypes = AliasSeq!(IntegralTypes, FloatingTypes)
Undocumented in source.
ScalarTypes
alias ScalarTypes = AliasSeq!(FixedTypes, FloatingTypes)
Undocumented in source.

Structs

TestValues
struct TestValues(N)
Undocumented in source.
TestValues
struct TestValues(N)
Undocumented in source.
TestValues
struct TestValues(N)
Undocumented in source.
TestValues
struct TestValues(N)
Undocumented in source.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Thomas Stuart Bockman