Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近遇到了这段代码
T operator () () & { ... } T operator () () && { ... }
我很困惑。在这种情况下 & 和 && 是什么意思?这是否类似于复制和移动构造函数但用于函数?