Boost C++ Libraries Home Libraries People FAQ More

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