OpenASIP
2.0
boost
detail
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
}
Generated by
1.8.17