Searched defs:UnarySign (Results 1 – 1 of 1) sorted by relevance
117 struct UnarySign : std::unary_function<T, T> { struct118 T operator()(const T &x) const { in operator ()()