1#ifndef SCALE_TYPE_IDS_H
2#define SCALE_TYPE_IDS_H
Static mappings between enum classes and string (or FLHA) identifiers.
Generic enum↔string mapper without external keys.
static std::string str(const IdOf< ScaleTypeTag > &id)
Returns the string representation associated with an identifier.
static std::string block(ScaleType t)
Returns the canonical string block name associated with a ScaleType.
Returns an uppercase copy of the input string.
Generic enum↔string (and optional external key) mappers built on DynamicRegistry.