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

◆ require_all_t

template<class... Checks>
using stan::require_all_t = typedef std::enable_if_t<math::conjunction<Checks...>::value>

If all conditions are true, template is enabled Returns a type void if all conditions are true and otherwise fails.

Definition at line 34 of file require_helpers.hpp.