Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ require_all_not_eigen_vector_vt

template<template< class... > class TypeCheck, class... Check>
using stan::require_all_not_eigen_vector_vt = typedef require_all_not_t<container_type_check_base<is_eigen_vector, value_type_t, TypeCheck, Check>...>

Require none of the types satisfy is_eigen_vector.

and none of the value types satisfy TypeCheck

Template Parameters
TypeCheckThe type trait to check the value type against
CheckThe type to test is_eigen_vector for and whose value_type is checked with TypeCheck

Definition at line 313 of file is_vector.hpp.