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

◆ require_any_not_matrix_cl_vt

template<template< class... > class TypeCheck, class... Check>
using stan::require_any_not_matrix_cl_vt = typedef require_any_not_t< container_type_check_base<is_matrix_cl, value_type_t, TypeCheck, Check>...>

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

and none of the value types satisfy TypeCheck

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

Definition at line 107 of file is_matrix_cl.hpp.