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 for the latest Boost documentation.
PrevUpHomeNext

Type definition tree_assoc_defaults

tree_assoc_defaults

Synopsis

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


typedef implementation_defined tree_assoc_defaults;

Description

Default options for tree-based associative containers

  • tree_type<red_black_tree>

  • optimize_size<true>


PrevUpHomeNext