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

◆ require_all_not_vt_fvar

template<typename... Types>
using stan::require_all_not_vt_fvar = typedef require_all_not_t<is_fvar<value_type_t<std::decay_t<Types> >>...>

Require none of the value types satisfy is_fvar.

Template Parameters
TypesThe types with a valid overload of value_type available

Definition at line 70 of file is_fvar.hpp.