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 for the latest Boost documentation.
PrevUpHomeNext

Struct template force_inf

boost::heap::binomial_heap::force_inf

Synopsis

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


template<typename T, typename A0 = boost::parameter::void_, 
         typename A1 = boost::parameter::void_, 
         typename A2 = boost::parameter::void_, 
         typename A3 = boost::parameter::void_> 
struct force_inf {

  // public member functions
  template<typename X> bool operator()(X const &, X const &) const;
};

Description

force_inf public member functions

  1. template<typename X> bool operator()(X const &, X const &) const;

PrevUpHomeNext