Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Specifies the type of the rebound allocator.
typedef allocator< U > other;
|
Name |
Description |
|---|---|
|
Rebinds an allocator to another value type. |
|
|
The type of objects that may be allocated by the allocator. |
|
Name |
Description |
|---|---|
|
Allocate space for n objects of the allocator's value type. |
|
|
allocator [constructor] |
Construct an allocator that is associated with an execution context.
|
|
Deallocate space for n objects of the allocator's value type. |
|
|
Inequality operator. |
|
|
Equality operator. |
Header: boost/asio/execution_context.hpp
Convenience header: boost/asio/execution.hpp