Home
last modified time | relevance | path

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

/third_party/boost/libs/ptr_container/test/
Dview_example.cpp85 struct sort_by_direction struct
87 typedef photon first_argument_type;
88 typedef photon second_argument_type;
89 typedef bool result_type;
91 bool operator()( const photon& l, const photon& r ) const in operator ()()