Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::tuple_element< N, T, typename > Struct Template Reference

Detailed Description

template<std::size_t N, typename T, typename = void>
struct stan::tuple_element< N, T, typename >

Equivalent to std::tuple_element but returns void if N is out of range to avoid a static assertion failure in libstdc++.

Template Parameters
Nindex of the element to retrieve
Ttype to retrieve the element from

Definition at line 21 of file tuple_element.hpp.

#include <tuple_element.hpp>

Public Types

using type = void
 

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