HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::tuple_element< N, UT_JSONValue::indexed_traverser > Struct Template Reference

#include <UT_JSONValue.h>

Public Types

using type = decltype(get< N >(std::declval< UT_JSONValue::indexed_traverser >()))
 

Detailed Description

template<std::size_t N>
struct std::tuple_element< N, UT_JSONValue::indexed_traverser >

Definition at line 1039 of file UT_JSONValue.h.

Member Typedef Documentation

template<std::size_t N>
using std::tuple_element< N, UT_JSONValue::indexed_traverser >::type = decltype(get<N>(std::declval<UT_JSONValue::indexed_traverser>()))

Definition at line 1041 of file UT_JSONValue.h.


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