最終更新日時(UTC):
が更新

履歴 編集

function
<new>

std::bad_alloc::operator=

bad_alloc& operator=(const bad_alloc&);                    // (1) C++03
bad_alloc& operator=(const bad_alloc&) noexcept;           // (1) C++11
constexpr bad_alloc& operator=(const bad_alloc&) noexcept; // (1) C++26

概要

bad_allocオブジェクトを代入する

  • (1) : コピー代入

例外

投げない

関連項目