|
MeVisLab Toolbox Reference
|
Classes | |
| struct | detector |
| struct | detector< Default, void_t< Op< Args... > >, Op, Args... > |
| class | DualTypeCaller |
| Internal helper class that uses VariableType1 and VariableType2 to convert two data type integers to the correct Processor::process<DataType1, DataType2>() call. More... | |
| struct | nonesuch |
| class | ProfilingScope |
| Helper class that stops measuring when it gets out of scope. More... | |
| class | SingleTypeCaller |
| Internal helper class that uses a VariableType to convert a data type integer to the correct Processor::process<DataType>() call. More... | |
| struct | voider |
Typedefs | |
| template<typename... Ts> | |
| using | void_t = typename voider< Ts... >::type |
Functions | |
| template<typename EnumType > | |
| EnumValues< EnumType >::Entry | createEnumEntry (const char *value, EnumType enumValue) |
| Helper method to infer the EnumType via the function signature. | |
| using ml::internal::void_t = typedef typename voider<Ts...>::type |
Definition at line 45 of file mlTemplateHelpers.h.
|
inline |
Helper method to infer the EnumType via the function signature.
Definition at line 347 of file mlFields.h.
References createEnumEntry().
Referenced by createEnumEntry().