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

◆ require_any_var_vt

template<template< class... > class TypeCheck, class... Check>
using stan::require_any_var_vt = typedef require_any_t< container_type_check_base<is_var, value_type_t, TypeCheck, Check>...>

Require any of the types satisfy is_var.

and any of the value types satisfy TypeCheck

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

Definition at line 72 of file is_var.hpp.