| 
    libstdc++
    
   | 
 
#include <mt_allocator.h>
Public Types | |
| typedef const _Tp * | const_pointer | 
| typedef const _Tp & | const_reference | 
| typedef std::ptrdiff_t | difference_type | 
| typedef _Tp * | pointer | 
| typedef std::true_type | propagate_on_container_move_assignment | 
| typedef _Tp & | reference | 
| typedef std::size_t | size_type | 
| typedef _Tp | value_type | 
Public Member Functions | |
| const_pointer | address (const_reference __x) const noexcept | 
| pointer | address (reference __x) const noexcept | 
| template<typename _Up , typename... _Args> | |
| void | construct (_Up *__p, _Args &&... __args) | 
| template<typename _Up > | |
| void | destroy (_Up *__p) | 
| size_type | max_size () const noexcept | 
Base class for _Tp dependent member functions.
Definition at line 572 of file mt_allocator.h.
| typedef const _Tp* __gnu_cxx::__mt_alloc_base< _Tp >::const_pointer | 
Definition at line 578 of file mt_allocator.h.
| typedef const _Tp& __gnu_cxx::__mt_alloc_base< _Tp >::const_reference | 
Definition at line 580 of file mt_allocator.h.
| typedef std::ptrdiff_t __gnu_cxx::__mt_alloc_base< _Tp >::difference_type | 
Definition at line 576 of file mt_allocator.h.
| typedef _Tp* __gnu_cxx::__mt_alloc_base< _Tp >::pointer | 
Definition at line 577 of file mt_allocator.h.
| typedef std::true_type __gnu_cxx::__mt_alloc_base< _Tp >::propagate_on_container_move_assignment | 
Definition at line 586 of file mt_allocator.h.
| typedef _Tp& __gnu_cxx::__mt_alloc_base< _Tp >::reference | 
Definition at line 579 of file mt_allocator.h.
| typedef std::size_t __gnu_cxx::__mt_alloc_base< _Tp >::size_type | 
Definition at line 575 of file mt_allocator.h.
| typedef _Tp __gnu_cxx::__mt_alloc_base< _Tp >::value_type | 
Definition at line 581 of file mt_allocator.h.
      
  | 
  inlinenoexcept | 
Definition at line 594 of file mt_allocator.h.
      
  | 
  inlinenoexcept | 
Definition at line 590 of file mt_allocator.h.
      
  | 
  inline | 
Definition at line 604 of file mt_allocator.h.
      
  | 
  inline | 
Definition at line 609 of file mt_allocator.h.
      
  | 
  inlinenoexcept | 
Definition at line 598 of file mt_allocator.h.