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

◆ require_not_tuple_t

template<typename T >
using stan::math::require_not_tuple_t = typedef require_not_t<is_tuple<std::decay_t<T> >>

Require type does not satisfy is_tuple.

Template Parameters
Tthe type to check

Definition at line 35 of file is_tuple.hpp.