STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
any::_Storage_t Struct Reference

Public Attributes

union {
   aligned_union_t< _Any_trivial_space_size, void * >   _TrivialData
 
   _Small_storage_t   _SmallStorage
 
   _Big_storage_t   _BigStorage
 
}; 
 
uintptr_t _TypeData
 

Member Data Documentation

union { ... }
_Big_storage_t any::_Storage_t::_BigStorage
_Small_storage_t any::_Storage_t::_SmallStorage
aligned_union_t<_Any_trivial_space_size, void *> any::_Storage_t::_TrivialData
uintptr_t any::_Storage_t::_TypeData

The documentation for this struct was generated from the following file: