|
libstdc++
|
Public Types | |
| typedef const value_type * | const_pointer |
| typedef const value_type & | const_reference |
| typedef std::ptrdiff_t | difference_type |
| typedef value_type * | pointer |
| typedef std::true_type | propagate_on_container_move_assignment |
| typedef value_type & | reference |
| typedef std::size_t | size_type |
| typedef _Tp | value_type |
Static Public Member Functions | |
| static void | check () |
| static size_t | get_label () |
| static void | set_label (size_t l) |
Allocator class with logging and exception generation control. Intended to be used as an allocator_type in templatized code.
Note: Deallocate not allowed to throw.
Definition at line 811 of file throw_allocator.h.