C++ named requirements: ContiguousContainer

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
 

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

Requirements

The type X satisfies ContiguousContainer if

Contiguous containers in the standard library

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