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

◆ require_not_eigen_vector_st

template<template< class... > class TypeCheck, class... Check>
using stan::require_not_eigen_vector_st = typedef require_not_t<container_type_check_base<is_eigen_vector, scalar_type_t, TypeCheck, Check...> >

Require type does not satisfy is_eigen_vector.

or scalar type does not satisfy TypeCheck

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

Definition at line 333 of file is_vector.hpp.