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