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

◆ require_not_real_t

template<typename T >
using stan::require_not_real_t = typedef require_not_t<is_real<std::decay_t<T> >>

Require type does not satisfy is_real.

Template Parameters
Tthe type to check

Definition at line 47 of file is_real.hpp.