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