|
Claw
1.7.3
|
Static Public Member Functions | |
| static void | erase (map_type &self, iterator it) |
| static std::size_t | erase (map_type &self, const key_type &k) |
| static const value_type & | get (const map_type &self, const key_type &k) |
| static value_type & | get (map_type &self, const key_type &k) |
| static void | set (map_type &self, const key_type &k, const value_type &v) |
| static bool | exists (const map_type &self, const key_type &k) |
| static iterator | begin (map_type &self) |
| static iterator | end (map_type &self) |
| static const_iterator | begin (const map_type &self) |
| static const_iterator | end (const map_type &self) |
Definition at line 41 of file multi_type_map.tpp.
1.8.5