Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_function.h139 struct logical_not : public unary_function<_Tp,bool> struct
141 bool operator()(const _Tp& __x) const { return !__x; } in operator()