...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::stl_interfaces::element_layout
// In header: <boost/stl_interfaces/fwd.hpp> enum element_layout { discontiguous = false, contiguous = true };
An enumeration used to indicate whether the underlying data have a contiguous or discontiguous layout when instantiating view_interface
and sequence_container_interface
.