std::any::swap
STD::Any::SWAP
void swap(any& other | | (since C++17) |
---|
交换两个的内容any
物品。
参数
other | - | object to swap with |
---|
返回值
%280%29
例外
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
void swap(any& other | | (since C++17) |
---|
交换两个的内容any
物品。
other | - | object to swap with |
---|
%280%29
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。