template struct mrpt::typemeta::TEnumTypeFiller

Only specializations of this class are defined for each enum type of interest.

See also:

TEnumType

#include <mrpt/typemeta/TEnumType.h>

template <typename ENUMTYPE>
struct TEnumTypeFiller
{
    //
methods

    static void fill(internal::bimap<ENUMTYPE, std::string>& m_map);
};