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

◆ require_any_std_vector_st

template<template< class... > class TypeCheck, class... Check>
using stan::require_any_std_vector_st = typedef require_any_t<container_type_check_base<is_std_vector, scalar_type_t, TypeCheck, Check>...>

Require any of the types satisfy is_std_vector.

and any scalar type satisfies TypeCheck

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

Definition at line 755 of file is_vector.hpp.