Searched defs:positive (Results 1 – 2 of 2) sorted by relevance
15 struct positive : public unary_function<int, bool> { struct16 bool operator()(int n_) const { return n_ >= 0; } in operator()