Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Defines the container class template scoped_allocator.
Syntax
#include <scoped_allocator>
Operators
| 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. |
Classes
| Class | Description |
|---|---|
| scoped_allocator_adaptor Class | A class template that encapsulates a nest of one or more allocators. |
See also
Header Files Reference
Thread Safety in the C++ Standard Library
C++ Standard Library Reference