template struct mrpt::typemeta::TEnumTypeFiller
Overview
Only specializations of this class are defined for each enum type of interest.
See also:
#include <mrpt/typemeta/TEnumType.h> template <typename ENUMTYPE> struct TEnumTypeFiller { // methods static void fill(internal::bimap<ENUMTYPE, std::string>& m_map); };