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

◆ require_not_autodiff_scalar_t

template<typename T >
using stan::require_not_autodiff_scalar_t = typedef require_not_t<is_autodiff_scalar<std::decay_t<T> >>

Require type does not satisfy is_autodiff_scalar.

Template Parameters
Tthe type to check

Definition at line 82 of file is_autodiff.hpp.