![]() |
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: asio/execution_context.hpp
Convenience header: asio/execution.hpp