OpenASIP  2.0
Functions
boost::detail Namespace Reference

Functions

template<class D , class V >
bool operator< (const detail::edge_desc_impl< D, V > &a, const detail::edge_desc_impl< D, V > &b)
 

Function Documentation

◆ operator<()

template<class D , class V >
bool boost::detail::operator< ( const detail::edge_desc_impl< D, V > &  a,
const detail::edge_desc_impl< D, V > &  b 
)
inline

Definition at line 50 of file BoostGraph.hh.

51  {
52  return a.get_property() < b.get_property();
53  }