Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ require_any_not_t

template<class... Checks>
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.