Namespaces
Variants
Views
Actions

C++ named requirements: ContiguousContainer

From cppreference.com
< cpp‎ | named req
 
 
 

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]