defined(BOOST_CONTAINER_DOXYGEN_INVOKED) More...
#include <options.hpp>
Public Types | |
typedef implementation_defined | type |
defined(BOOST_CONTAINER_DOXYGEN_INVOKED)
This option setter specifies the underlying tree type (red-black, AVL, Scapegoat or Splay) for ordered associative containers This option setter specifies if node size is optimized storing rebalancing data masked into pointers for ordered associative containers Helper metafunction to combine options into a single type to be used by boost::container::set
, boost::container::multiset
boost::container::map
and boost::container::multimap
. Supported options are: boost::container::optimize_size
and boost::container::tree_type
typedef implementation_defined boost::container::tree_assoc_options< O1, O2, O3, O4 >::type |