Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h266 struct logical_or : public binary_function<_Tp, _Tp, bool> struct
269 operator()(const _Tp& __x, const _Tp& __y) const in operator()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h230 struct logical_or : public binary_function<_Tp,_Tp,bool> struct
232 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } in operator()