visionx::armem::pointcloud::util Namespace Reference

Functions

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

Function Documentation

◆ InvertMap() [1/3]

std::map<T, std::string> visionx::armem::pointcloud::util::InvertMap ( const std::map< std::string, T > &  m)

Definition at line 65 of file constants.h.

◆ InvertMap() [2/3]

std::map<std::string, T> visionx::armem::pointcloud::util::InvertMap ( const std::map< T, std::string > &  m)

Definition at line 72 of file constants.h.

◆ InvertMap() [3/3]

std::map<T2, T1> visionx::armem::pointcloud::util::InvertMap ( const std::map< T1, T2 > &  m)

Definition at line 53 of file constants.h.