Go to the source code of this file.
Data Structures |
| struct | _VoidPointerShim |
| struct | _ConstVoidPointerShim |
| struct | _VolatileVoidPointerShim |
| struct | _ConstVolatileVoidPointerShim |
| struct | _StorageType< _Tp > |
| struct | _AssocStorageTypes< _Tp, _Compare > |
| struct | _CastTraits< _StorageT, _ValueT > |
| struct | _UnaryPredWrapper< _StorageT, _ValueT, _UnaryPredicate > |
| struct | _BinaryPredWrapper< _StorageT, _ValueT, _BinaryPredicate > |
Functions |
| template<class _Tp > |
| char | _UseVoidPtrStorageType (const __false_type &, const _Tp &) |
| char | _UseVoidPtrStorageType (const __true_type &,...) |
| char * | _UseVoidPtrStorageType (const __true_type &, _VoidPointerShim) |
| template<class _Tp > |
| char | _UseConstVoidPtrStorageType (const __false_type &, const _Tp &) |
| char | _UseConstVoidPtrStorageType (const __true_type &,...) |
| char * | _UseConstVoidPtrStorageType (const __true_type &, _ConstVoidPointerShim) |
| template<class _Tp > |
| char | _UseVolatileVoidPtrStorageType (const __false_type &, const _Tp &) |
| char | _UseVolatileVoidPtrStorageType (const __true_type &,...) |
| char * | _UseVolatileVoidPtrStorageType (const __true_type &, _VolatileVoidPointerShim) |
| template<class _Tp > |
| char | _UseConstVolatileVoidPtrStorageType (const __false_type &, const _Tp &) |
| char | _UseConstVolatileVoidPtrStorageType (const __true_type &,...) |
| char * | _UseConstVolatileVoidPtrStorageType (const __true_type &, _ConstVolatileVoidPointerShim) |