Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h275 struct logical_not : public unary_function<_Tp, bool> struct
278 operator()(const _Tp& __x) const in operator()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h237 struct logical_not : public unary_function<_Tp,bool> struct
239 bool operator()(const _Tp& __x) const { return !__x; } in operator()