OpenASIP
2.2
Loading...
Searching...
No Matches
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
49
of file
BoostGraph.hh
.
51
{
52
return
a.get_property() < b.get_property();
53
}
Generated by
1.9.8