หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The class describes an exception thrown to indicate that an allocation request did not succeed due to array size less than zero or greater than its limit.
Syntax
class bad_array_new_length : public bad_alloc {
public: bad_array_new_length() noexcept;
const char* what() const noexcept override;
};
Remarks
The value returned by what is an implementation-defined C string. None of the member functions throw any exceptions.
Requirements
Header: <new>