W3cubDocs

/C++

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

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)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/named_req/ContiguousContainer