Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_all_not_vector_st = typedef require_all_not_t< container_type_check_base<is_vector, scalar_type_t, TypeCheck, Check>...> |
Require none of the types satisfy is_vector.
and none of the scalar types satisfy TypeCheck
TypeCheck | The type trait to check the scalar type against |
Check | The type to test is_vector for and whose scalar_type is checked with TypeCheck |
Definition at line 571 of file is_vector.hpp.