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

◆ require_t

template<class Check >
using stan::require_t = typedef std::enable_if_t<Check::value>

If condition is true, template is enabled.

Definition at line 19 of file require_helpers.hpp.