 |
TElementType |
Traits class which gets the element type of a container. |
|
 |
TImpl |
|
|
 |
TIsCharEncodingCompatibleWith |
Trait which tests if a source char type is binary compatible with a destination char type. |
|
 |
TIsCharEncodingSimplyConvertibleTo |
Trait which tests if code units of the source encoding are simply convertible (i.e. by assignment) to the destination encoding. |
|
 |
TIsCharType |
Type trait which tests if a type is a character encoding type. |
|
 |
TIsContiguousContainer |
Traits class which tests if a type is a contiguous container. |
|
 |
TIsFixedWidthCharEncoding |
|
|
 |
TIsVoidTypeBase |
|
|
 |
TMemberFunctionPtrOuter |
Type trait which yields the type of the class given a pointer to a member function of that class, e.g.: |
|
 |
TSignedIntType |
Type trait which yields a signed integer type of a given number of bytes. |
|
 |
TUnsignedIntType |
Type trait which yields an unsigned integer type of a given number of bytes. |
|
 |
TUseBitwiseSwap |
A traits class which specifies whether a relocation of a given type should use a bitwise function like memcpy or memswap or traditional value-based operations. |
|