Searched defs:order_by_name (Results 1 – 3 of 3) sorted by relevance
43 template < class StoredEdge > struct order_by_name struct67 typedef std::multiset< ValueType, order_by_name< ValueType > > type; argument
66 template < class StoredEdge > struct order_by_name struct89 typedef std::set< ValueType, order_by_name< ValueType > > type; argument
82 struct order_by_name struct84 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 ()()