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