template <class Type = void> struct negate : public unary_function<Type, Type> { Type operator()(const Type& Left) const; }; ...
確定! 回上一頁