template<class _Ty> 
template<class _Other > 
 
 
constexpr _Ty * addressof(_Ty &_Val) _NOEXCEPT
Definition: xstddef:723
 
_In_ int _Val
Definition: vcruntime_string.h:62
 
 
 
 
constexpr _Ty * addressof(_Ty &_Val) _NOEXCEPT
Definition: xstddef:723
 
_In_ int _Val
Definition: vcruntime_string.h:62
 
 
 
 
unsigned int _Count
Definition: xcomplex:668
 
_DECLSPEC_ALLOCATOR void * _Allocate(size_t _Count, size_t _Sz, bool _Try_aligned_allocation=true)
Definition: xmemory0:46
 
 
 
 
unsigned int _Count
Definition: xcomplex:668
 
_DECLSPEC_ALLOCATOR pointer allocate(size_type _Count)
Definition: xmemory0:723
 
 
 
 
template<class _Ty> 
template<class _Objty , class... _Types> 
  
  
      
        
          | void allocator< _Ty >::construct  | 
          ( | 
          _Objty *  | 
          _Ptr,  | 
         
        
           | 
           | 
          _Types &&...  | 
          _Args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
  737         ::new ((
void *)_Ptr) _Objty(
_STD forward<_Types>(_Args)...);
 
constexpr _Ty && forward(typename remove_reference< _Ty >::type &_Arg) _NOEXCEPT
Definition: type_traits:1273
 
 
 
 
void _Deallocate(void *_Ptr, size_t _Count, size_t _Sz)
Definition: xmemory0:91
 
unsigned int _Count
Definition: xcomplex:668
 
 
 
 
template<class _Ty> 
template<class _Uty > 
 
 
  749         return ((
size_t)(-1) / 
sizeof (_Ty));
 
 
 
 
template<class _Ty> 
template<class _Other > 
 
 
The documentation for this class was generated from the following files: