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

◆ require_stan_scalar_t

template<typename T >
using stan::require_stan_scalar_t = typedef require_t<is_stan_scalar<std::decay_t<T> >>

Require type satisfies is_stan_scalar.

Template Parameters
Tthe type to check

Definition at line 39 of file is_stan_scalar.hpp.