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

◆ require_not_plain_type_t

template<typename T >
using stan::require_not_plain_type_t = typedef require_not_t<is_plain_type<std::decay_t<T> >>

Require type does not satisfy is_plain_type.

Template Parameters
Tthe type to check

Definition at line 29 of file is_plain_type.hpp.