go

C++ std::function 返回 const 引用

英文: C++ std::function returning const reference 问题 我对C++还不太了解,有很多东西我还不太理解。 为什么编译器(gcc 9.4.0)会接受下面的代码...