mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-14 00:42:36 +00:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
.#include <boost/leaf/error_code.hpp>
|
|
[source,c++]
|
|
----
|
|
namespace boost { namespace leaf {
|
|
|
|
std::error_code get_error_code( error_id id ) noexcept;
|
|
|
|
error_id get_error_id( std::error_code ec ) noexcept;
|
|
|
|
} }
|
|
----
|