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

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