![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
| using stan::require_eigen_col_vector_vt = typedef require_t<container_type_check_base<is_eigen_col_vector, value_type_t, TypeCheck, Check...> > | 
Require type satisfies is_eigen_col_vector.
and value type satisfies TypeCheck
| TypeCheck | The type trait to check the value type against | 
| Check | The type to test is_eigen_col_vector for and whose value_type is checked with TypeCheck  | 
Definition at line 124 of file is_vector.hpp.