Home
last modified time | relevance | path

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

/third_party/boost/libs/iterator/test/
Dtransform_iterator_test.cpp80 struct select_second struct
82 typedef int& result_type;
84 int& operator()(std::pair<int, int>& p) const in operator ()()
/third_party/boost/boost/graph/
Dmax_cardinality_matching.hpp555 struct select_second struct
557 inline static vertex_descriptor_t select_vertex(const vertex_pair_t p) in select_vertex()