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

Detailed Description

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

Checks both that T is a tuple and that its size is N.

Template Parameters
Ttype to retrieve the element from
Nexpected size

Definition at line 66 of file is_tuple.hpp.

#include <is_tuple.hpp>

+ Inheritance diagram for stan::is_tuple_of_size< T, N, typename >:

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