Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

dw::framework::EnumDescription< EnumT > Struct Template Reference

Detailed Description

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

Definition at line 73 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 ( )
inlinestatic

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: