cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
cppexpose::helper::PickType< N, T, Arguments > Struct Template Reference

Pick type by index (e.g., PickType<1, void, int, float>::Type = int) More...

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

Detailed Description

template<size_t N, typename T, typename... Arguments>
struct cppexpose::helper::PickType< N, T, Arguments >

Pick type by index (e.g., PickType<1, void, int, float>::Type = int)


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