Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_t = typedef std::enable_if_t<math::disjunction<Checks...>::value> |
If any condition is true, template is enabled.
Returns a type void if any of the conditions are true and otherwise fails.
Definition at line 43 of file require_helpers.hpp.