![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
| using stan::math::require_all_tuple_elements_t = typedef require_t<internal::all_tuple_elements<TypeCheck, std::decay_t<T> >> |
Require all elements of a tuple satisfy TypeCheck
| TypeCheck | the type trait applied to each tuple element |
| T | the tuple type to check |
Definition at line 47 of file is_tuple.hpp.