Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.27 KB

scoped-allocator.md

File metadata and controls

36 lines (27 loc) · 1.27 KB
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: <scoped_allocator>
<scoped_allocator>
11/04/2016
<scoped_allocator>
scoped_allocator Header
d20175b8-96be-4896-8141-3faba45e0005

<scoped_allocator>

Defines the container class template scoped_allocator.

Syntax

#include<scoped_allocator>

Operators

OperatorDescription
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

ClassDescription
scoped_allocator_adaptor ClassA 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

close