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

◆ require_not_t

template<typename Check >
using stan::require_not_t = typedef std::enable_if_t<!Check::value>

If condition is false, template is disabled.

Definition at line 26 of file require_helpers.hpp.