std::format_error
From cppreference.com
Defined in header <format>
|
||
class format_error : public runtime_error |
(since C++20) | |
Defines the type of exception object thrown to report errors in the formatting library.
All member functions of std::format_error are constexpr: it is possible to create and use std::format_error objects in the evaluation of a constant expression.However, |
(since C++26) |
Inheritance diagram
Contents |