Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ require_all_tuple_elements_t

template<template< class... > class TypeCheck, typename T >
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

Template Parameters
TypeCheckthe type trait applied to each tuple element
Tthe tuple type to check

Definition at line 47 of file is_tuple.hpp.