Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_var_vt = typedef require_t< container_type_check_base<is_var, value_type_t, TypeCheck, Check...> > |
Require type satisfies is_var.
and value_type
satisfies TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_var for and whose value_type is checked with TypeCheck |
Definition at line 63 of file is_var.hpp.