Used for a complex floating point type that corresponds in size and ABI to the associated C compiler's _Complex double type.
Used for a complex floating point type that corresponds in size and ABI to the associated C compiler's _Complex float type.
Used for a complex floating point type that corresponds in size and ABI to the associated C compiler's _Complex long double type.
Used for a signed integer type that corresponds in size to the associated C compiler's long type.
Used for a floating point type that corresponds in size and mangling to the associated C++ compiler's long double type.
Used for an unsigned integer type that corresponds in size to the associated C compiler's unsigned long type.
Used for a signed integer type that corresponds in size and mangling to the associated C++ compiler's long type.
Used for a signed integer type that corresponds in size and mangling to the associated C++ compiler's long long type.
Used for a signed integer type that corresponds in size and mangling to the associated C++ compiler's ptrdiff_t type.
Used for an unsigned integer type that corresponds in size and mangling to the associated C++ compiler's size_t type.
Used for an unsigned integer type that corresponds in size and mangling to the associated C++ compiler's unsigned long type.
Used for an unsigned integer type that corresponds in size and mangling to the associated C++ compiler's unsigned long long type.
ABI layout of native complex types.
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright Sean Kelly 2005 - 2009.
ISO/IEC 9899:1999 (E)
D compatible types that correspond to various basic types in associated C and C++ compilers.