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

◆ require_any_not_eigen_st

template<template< class... > class TypeCheck, class... Check>
using stan::require_any_not_eigen_st = typedef require_any_not_t< container_type_check_base<is_eigen, scalar_type_t, TypeCheck, Check>...>

Require at least one of the types does not satisfy is_eigen.

and any scalar type does not satisfy TypeCheck

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

Definition at line 177 of file is_eigen.hpp.