Navigation
API > API/Runtime > API/Runtime/Core
Classes
| Type | Name | Description | |
|---|---|---|---|
| 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. | ||
| 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. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | |||
| constexpr bool | |||
| constexpr bool | Tests whether an encoding has fixed-width characters |