Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type element_layout

boost::stl_interfaces::v1::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