Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 541b305a06.
PrevUpHomeNext

Type element_layout

boost::stl_interfaces::element_layout

Synopsis

// In header: <boost/stl_interfaces/fwd.hpp>


enum element_layout { discontiguous = = false, contiguous = = true };

Description

An enumeration used to indicate whether the underlying data have a contiguous or discontiguous layout when instantiating view_interface and sequence_container_interface.


PrevUpHomeNext