Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_container_bt = typedef require_t< container_type_check_base<is_container, base_type_t, TypeCheck, Check...> > |
Require type satisfies is_container.
and base_type satisfies TypeCheck
TypeCheck | The type trait to check the scalar type against |
Check | The type to test is_container for and whose scalar_type is checked with TypeCheck |
Definition at line 82 of file is_container.hpp.