nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
nxpp::detail::node_id_orderable Concept Reference
Concept definition
template
<
typename
T>
concept
nxpp::detail::node_id_orderable
=
requires
(
const
T& lhs,
const
T& rhs) {
{ std::less<T>{}(lhs, rhs) } -> std::convertible_to<bool>;
}
nxpp::detail::node_id_orderable
Definition
graph.hpp:83
nxpp
detail
node_id_orderable
Generated by
1.9.8