Euphoria
eu::MatchedEnum< T > Struct Template Reference

#include <enumtostring.h>

Public Attributes

bool single_match = false
 
std::vector< std::string > names
 
std::vector< T > values
 

Detailed Description

template<typename T>
struct eu::MatchedEnum< T >

Definition at line 19 of file enumtostring.h.

Member Data Documentation

◆ names

template<typename T >
std::vector<std::string> eu::MatchedEnum< T >::names

Definition at line 22 of file enumtostring.h.

◆ single_match

template<typename T >
bool eu::MatchedEnum< T >::single_match = false

Definition at line 21 of file enumtostring.h.

◆ values

template<typename T >
std::vector<T> eu::MatchedEnum< T >::values

Definition at line 23 of file enumtostring.h.


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