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

◆ require_any_t

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