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

PrevUpHomeNext

Struct template tree_type

boost::container::tree_type — defined(BOOST_CONTAINER_DOXYGEN_INVOKED)

Synopsis

// In header: <boost/container/options.hpp>

template<tree_type_enum TreeType> 
struct tree_type {
};

Description

This option setter specifies the underlying tree type (red-black, AVL, Scapegoat or Splay) for ordered associative containers


PrevUpHomeNext