13

我最近遇到了这段代码

T operator () () &
{
...
}

T operator () () &&
{
...
}

我很困惑。在这种情况下 & 和 && 是什么意思?这是否类似于复制和移动构造函数但用于函数?

4

0 回答 0