![]() |
VISR
0.12.0
Versatile Interactive Scene Renderer
|
#include <parameter_type.hpp>
Type trait to translate a type to its corresponding ID and the config type. Specializations must provide an unnamed enum that contains an enumerator 'id' initialised to the type id. In addition, it must define a type alias "Type" to the config type of this parameter type. (using ConfigType = XXX)