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

◆ require_all_not_t

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