Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 583 Bytes

File metadata and controls

24 lines (17 loc) · 583 Bytes

operator=

  • new[meta header]
  • std[meta namespace]
  • bad_array_new_length[meta class]
  • function[meta id-type]
  • cpp11[meta cpp]
bad_array_new_length& operator=(const bad_array_new_length&) noexcept;           // (1) C++11
constexpr bad_array_new_length& operator=(const bad_array_new_length&) noexcept; // (1) C++26

概要

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

  • (1) : コピー代入

例外

投げない

関連項目