Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h84 struct logical_or : public binary_function<_Tp, _Tp,bool> { struct
85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } in operator()