cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of MethodName class. More...
#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <fmt/base.h>
#include <fmt/format.h>
Go to the source code of this file.
Classes | |
Specialization of fmt::formatter for msgpack_rpc::messages::MethodName. More... | |
Class of method names. More... |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. |
Functions | |
bool | msgpack_rpc::messages::operator!= (const MethodName &left, const MethodName &right) noexcept |
Compare two method names. | |
bool | msgpack_rpc::messages::operator== (const MethodName &left, const MethodName &right) noexcept |
Compare two method names. |
Definition of MethodName class.
Definition in file method_name.h.