Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_not_std_vector_vt = typedef require_any_not_t<container_type_check_base<is_std_vector, value_type_t, TypeCheck, Check>...> |
Require at least one of the types does not satisfy is_std_vector.
and none of the value types satisfy TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_std_vector for and whose value_type is checked with TypeCheck |
Definition at line 705 of file is_vector.hpp.