Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | List of all members
EnumToType< ENUM_TYPE, VALUE > Struct Template Reference

Converts an enumeration to a type suitable for use as a template parameter. More...

#include <cryptlib.h>

Static Public Member Functions

static ENUM_TYPE ToEnum ()
 

Detailed Description

template<typename ENUM_TYPE, int VALUE>
struct EnumToType< ENUM_TYPE, VALUE >

Converts an enumeration to a type suitable for use as a template parameter.

Definition at line 116 of file cryptlib.h.

Member Function Documentation

template<typename ENUM_TYPE , int VALUE>
static ENUM_TYPE EnumToType< ENUM_TYPE, VALUE >::ToEnum ( )
inlinestatic

Definition at line 118 of file cryptlib.h.

Here is the caller graph for this function:


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