Home
last modified time | relevance | path

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

/third_party/boost/libs/ptr_container/test/
Dview_example.cpp101 struct sort_by_power struct
103 typedef photon first_argument_type;
104 typedef photon second_argument_type;
105 typedef bool result_type;
107 bool operator()( const photon& l, const photon& r ) const in operator ()()