Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template arity

boost::heap::arity — Specify arity.

Synopsis

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

template<unsigned int T> 
struct arity {
};

Description

Specifies the arity of a D-ary heap


PrevUpHomeNext