|
|
Functions | |
| template<class T> | |
| std::map< T, std::string > | InvertMap (const std::map< std::string, T > &m) |
| template<class T> | |
| std::map< std::string, T > | InvertMap (const std::map< T, std::string > &m) |
| template<class T1, class T2> | |
| std::map< T2, T1 > | InvertMap (const std::map< T1, T2 > &m) |
| std::map< T2, T1 > InvertMap | ( | const std::map< T1, T2 > & | m | ) |