description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: <scoped_allocator> | <scoped_allocator> | 11/04/2016 |
|
| d20175b8-96be-4896-8141-3faba45e0005 |
Defines the container class template scoped_allocator.
#include<scoped_allocator>
Operator | Description |
---|---|
operator!= | Tests if the scoped_allocator object on the left side of the operator is not equal to the list object on the right side. |
operator== | Tests if the scoped_allocator object on the left side of the operator is equal to the list object on the right side. |
Class | Description |
---|---|
scoped_allocator_adaptor Class | A class template that encapsulates a nest of one or more allocators. |
Header Files Reference
Thread Safety in the C++ Standard Library
C++ Standard Library Reference