|
Open C++ Libraries.org develop
|
Allocator operations structure. Takes care of memory mgmt within a pool. More...
#include <allocator_fwd.hpp>
Public Types | |
| using | size_type = std::size_t |
| using | type = RetType |
Public Member Functions | |
| allocator_op & | operator= (const allocator_op &)=delete |
| allocator_op (const allocator_op &)=delete | |
| template<typename... VarType> | |
| auto | construct_var (VarType &&... args) |
| template<size_type N> | |
| auto | construct_array () |
Allocator operations structure. Takes care of memory mgmt within a pool.