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

◆ require_not_double_or_int_t

template<typename T >
using stan::require_not_double_or_int_t = typedef require_not_t<is_double_or_int<std::decay_t<T> >>

Require type does not satisfy is_double_or_int.

Template Parameters
Tthe type to check

Definition at line 34 of file is_double_or_int.hpp.