Home
last modified time | relevance | path

Searched defs:compare_first (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/example/
Dknights_tour.cpp105 struct compare_first struct
107 template < typename P > bool operator()(const P& x, const P& y) in operator ()()
/third_party/boost/boost/graph/
Dcompressed_sparse_row_graph.hpp183 template < typename Less > struct compare_first struct
185 Less less;
186 compare_first(Less less = Less()) : less(less) {} in compare_first() function
188 bool operator()(const Tuple& a, const Tuple& b) const in operator ()()