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

◆ require_any_st_autodiff

template<typename... Types>
using stan::require_any_st_autodiff = typedef require_any_t<is_autodiff<scalar_type_t<std::decay_t<Types> >>...>

Require any of the scalar types satisfy is_autodiff.

Template Parameters
TypesThe types with a valid overload of scalar_type available

Definition at line 95 of file is_autodiff.hpp.