Namespaces
Variants
Actions

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

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

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

[edit] Requirements

The type X satisfies ContiguousContainer if

  • The type X satisfies Container
  • The type X supports