Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
/reactos/sdk/include/c++/stlport/stl/
H A D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct