cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
Static Public Member Functions | List of all members
cppexpose::helper::ArgValue< T, POS > Struct Template Reference

Template for parsing typed arguments from a list of variants. More...

#include <cppexpose/include/cppexpose/base/function_helpers.h>

Static Public Member Functions

static int get (const std::vector< Variant > &args)
 

Detailed Description

template<typename T, size_t POS>
struct cppexpose::helper::ArgValue< T, POS >

Template for parsing typed arguments from a list of variants.

Member Function Documentation

template<typename T , size_t POS>
static int cppexpose::helper::ArgValue< T, POS >::get ( const std::vector< Variant > &  args)
inlinestatic

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