Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::container_type_check_base = typedef bool_constant<math::conjunction<ContainerCheck<std::decay_t<Check> >..., TypeCheck<ValueCheck<Check> >...>::value> |
Used as the base for checking whether a type is a container with an underlying scalar type.
ContainerCheck | Templated struct or alias that wraps a static constant scalar called type. Used to check the container satisfies a particular type check. |
ValueCheck | Templated struct or alias that returns a containers inner type. |
CheckType | Templated struct or alias that wraps a static constant scalar called type. Used to check the container's underlying type satisfies a particular type check. |
Definition at line 82 of file require_helpers.hpp.