Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template priority_compare

boost::intrusive::priority_compare

Synopsis

// In header: <boost/intrusive/priority_compare.hpp>

template<typename T> 
struct priority_compare {
  // types
  typedef     ; 
  typedef     ;
  typedef  ;         

  // public member functions
   (, ) ;
};

Description

priority_compare public member functions

  1.  ( val,  val2) ;

PrevUpHomeNext