Searched defs:__logical_not (Results 1 – 2 of 2) sorted by relevance
254 struct __logical_not struct257 bool operator()(const _Tp& __x) const { return !__x; } in operator()
274 struct __logical_not struct277 bool operator()(const _Tp& __x) const { return !__x; } in operator()