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

Global ordered_unique_range

boost::container::ordered_unique_range

Synopsis

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

static const ordered_unique_range_t ordered_unique_range;

Description

Value used to tag that the input range is guaranteed to be ordered and unique


PrevUpHomeNext