c++ 中的operator的用法class Length { public: size_t operator()(const T *str) const { return 1; }};这里的operator的作用是什么 重载吗?[解决办法]google“函数对象”[解决办法]重载括号运算符。