Agora C++ API Reference for All Platforms
Static Public Member Functions | Static Public Attributes | List of all members
agora::config::ExternalParameterHelperTypeTraits< int > Struct Reference

Static Public Member Functions

static int getValue (const AnyValue &value)
 
static void setValue (int from, AnyValue &to)
 

Static Public Attributes

static const config::AnyValue::Type AnyValueType = config::AnyValue::INTEGER
 

Member Function Documentation

◆ getValue()

static int agora::config::ExternalParameterHelperTypeTraits< int >::getValue ( const AnyValue value)
inlinestatic

◆ setValue()

static void agora::config::ExternalParameterHelperTypeTraits< int >::setValue ( int  from,
AnyValue to 
)
inlinestatic

Member Data Documentation

◆ AnyValueType