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.
在 c++11中使用NON NOEXCEPT移动构造函数有什么实际理由吗?
因为,std::vector如果声明为 ,则使用移动构造函数noexcep,但我无法想象使用非 noexcept 移动构造函数有什么实际意义。
std::vector
noexcep