RefleX
Build DDS Applications in Modern C++ without IDL
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Public Types | List of all members
reflex::meta::get_nested_type< match::Sparse< Args...>, indices< Head > > Struct Template Reference

#include <memberwise.h>

Public Types

typedef match::Sparse< Args...>
::raw_tuple_type 
RawTuple
 
typedef std::tuple_element
< Head, RawTuple >::type 
type
 

Member Typedef Documentation

template<class... Args, int Head>
typedef match::Sparse<Args...>::raw_tuple_type reflex::meta::get_nested_type< match::Sparse< Args...>, indices< Head > >::RawTuple
template<class... Args, int Head>
typedef std::tuple_element<Head, RawTuple>::type reflex::meta::get_nested_type< match::Sparse< Args...>, indices< Head > >::type

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