Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dordered_out_edges.cpp43 template < class StoredEdge > struct order_by_name struct
67 typedef std::multiset< ValueType, order_by_name< ValueType > > type; argument
Dgerdemann.cpp66 template < class StoredEdge > struct order_by_name struct
89 typedef std::set< ValueType, order_by_name< ValueType > > type; argument
/third_party/boost/libs/log/src/
Dattribute_name.cpp82 struct order_by_name struct
84 typedef bool result_type;
86 bool operator() (node const& left, node const& right) const in operator ()()
90 bool operator() (node const& left, const char* right) const in operator ()()
94 bool operator() (const char* left, node const& right) const in operator ()()