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

Struct template constant_time_size

boost::heap::constant_time_size — Configures complexity of size()

Synopsis

// In header: <boost/heap/policies.hpp>

template<bool T> 
struct constant_time_size {
};

Description

Specifies, whether size() should have linear or constant complexity.


PrevUpHomeNext