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::at< std::tuple< Args...>, I > Struct Template Reference

#include <enable_if.h>

Public Types

typedef std::tuple_element< I,
std::tuple< Args...> >::type 
type
 

Member Typedef Documentation

template<class... Args, size_t I>
typedef std::tuple_element<I, std::tuple<Args...> >::type reflex::meta::at< std::tuple< Args...>, I >::type

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