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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type tree_type_enum

boost::container::tree_type_enum

Synopsis

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



enum tree_type_enum { red_black_tree, avl_tree, scapegoat_tree, splay_tree };

Description

Enumeration used to configure ordered associative containers with a concrete tree implementation.


PrevUpHomeNext