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

◆ require_any_not_double_or_int_t

template<typename... Types>
using stan::require_any_not_double_or_int_t = typedef require_any_not_t<is_double_or_int<std::decay_t<Types> >...>

Require at least one of the types do not satisfy is_double_or_int.

Template Parameters
TypesThe types that are checked

Definition at line 59 of file is_double_or_int.hpp.