cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
Generate ArgValue class for types and index (e.g., ArgValueGen<2, float, int, double>::Type = ArgValue<int, 2> More...
#include <cppexpose/include/cppexpose/base/function_helpers.h>
Public Types | |
typedef PickType< I, Arguments... >::Type | T |
typedef ArgValue< T, I > | Type |
Generate ArgValue class for types and index (e.g., ArgValueGen<2, float, int, double>::Type = ArgValue<int, 2>
typedef PickType<I, Arguments...>::Type cppexpose::helper::ArgValueGen< I, Arguments >::T |
typedef ArgValue<T, I> cppexpose::helper::ArgValueGen< I, Arguments >::Type |