not1
not1
template<class Pred>
unary_negate<Pred> not1(const Pred& pr);
The template function returns unary_negate
<Pred>(pr)
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
not1
template<class Pred>
unary_negate<Pred> not1(const Pred& pr);
The template function returns unary_negate
<Pred>(pr)
.