Namespaces
Variants
Views
Actions

C++ named requirements: ContiguousContainer (since C++17)

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
Basic
Type properties
Library-Wide
Container
ContiguousContainer
(C++17)
Container Elements
(C++11)

Iterator
Stream I/O
Formatters
(C++20)
Random Numbers
(C++11)    
Concurrency
(C++11)
(C++11)
Ranges
Other
(C++11)


 

A ContiguousContainer is a Container that stores objects in contiguous memory locations.

[edit] Requirements

The type X satisfies ContiguousContainer if

[edit] Contiguous containers in the standard library

stores and manipulates sequences of characters
(class template) [edit]
(C++11)
static contiguous array
(class template) [edit]
dynamic contiguous array
(class template) [edit]