Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_not_container_st = typedef require_not_t<container_type_check_base<is_container, scalar_type_t, TypeCheck, Check...> > |
Require type does not satisfy is_container.
or scalar type does not satisfy 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 80 of file is_container.hpp.