<scoped_allocator>
Defines the container template class scoped_allocator.
#include <scoped_allocator>
Operators
Tests if the scoped_allocator object on the left side of the operator is not equal to the list object on the right side. |
|
Tests if the scoped_allocator object on the left side of the operator is equal to the list object on the right side. |
Classes
A template class that encapsulates a nest of one or more allocators. |
See Also
Reference
Thread Safety in the Standard C++ Library