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