Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_matrix_cl_vt = typedef require_any_t< container_type_check_base<is_matrix_cl, value_type_t, TypeCheck, Check>...> |
Require any of the types satisfy is_matrix_cl.
and any of the value types satisfy TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_matrix_cl for and whose value_type is checked with TypeCheck |
Definition at line 97 of file is_matrix_cl.hpp.