Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_not_t = typedef std::enable_if_t<!math::conjunction<Checks...>::value> |
If any condition is false, template is enabled.
Returns a type void if any of the conditions are false.
Definition at line 62 of file require_helpers.hpp.