标签: c++ c++11
我最近遇到了这段代码
T operator () () & { ... } T operator () () && { ... }
我很困惑。什么和&和&&意味着在这种背景下?这类似于副本&移动构造函数但是对于函数?