Searched defs:tst_map (Results 1 – 2 of 2) sorted by relevance
23 struct tst_map struct25 typedef Char char_type; // the character type26 typedef T value_type; // the value associated with each entry27 typedef detail::tst_node<Char, T> node;29 tst_map() in tst_map() function33 ~tst_map() in ~tst_map()39 tst_map(tst_map const& rhs) in tst_map() argument44 tst_map& operator=(tst_map const& rhs) in operator =()50 T* find(Iterator& first, Iterator last, Filter filter) const in find()76 T* find(Iterator& first, Iterator last) const in find()[all …]
19 struct tst_map struct21 typedef Char char_type; // the character type22 typedef T value_type; // the value associated with each entry23 typedef detail::tst_node<Char, T> node;25 tst_map() in tst_map() argument29 ~tst_map() in ~tst_map()35 tst_map(tst_map const& rhs) in tst_map() argument40 tst_map& operator=(tst_map const& rhs) in operator =()46 T* find(Iterator& first, Iterator last, Filter filter) const in find()68 T* find(Iterator& first, Iterator last) const in find()[all …]