cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of format_status_code. More...
#include "msgpack_rpc/common/status_code.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::common |
Namespace of common classes and functions. |
Functions | |
std::string_view | msgpack_rpc::common::format_status_code (StatusCode code) noexcept |
Format a status code. |
Implementation of format_status_code.
Definition in file status_code.cpp.