Compute Graph Framework SDK Reference  5.8
dw::framework::EnumDescription< EnumT > Struct Template Reference

Detailed Description

template<typename EnumT>
struct dw::framework::EnumDescription< EnumT >

Definition at line 71 of file EnumDescriptor.hpp.

Static Public Member Functions

static constexpr auto get ()
 Describe the enumerators. More...
 

Member Function Documentation

◆ get()

template<typename EnumT >
static constexpr auto dw::framework::EnumDescription< EnumT >::get ( )
inlinestaticconstexpr

Describe the enumerators.

This method needs to be specialized for each EnumT by returning describeEnumeratorCollection().

Returns
The array of enumerators

Definition at line 83 of file EnumDescriptor.hpp.

Referenced by dw::framework::mapEnumNameToValue(), and dw::framework::mapEnumValueToName().


The documentation for this struct was generated from the following file: