cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
method_name_view.h File Reference

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"
Include dependency graph for method_name_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fmt::formatter< msgpack_rpc::messages::MethodNameView >
 Specialization of fmt::formatter for msgpack_rpc::messages::MethodNameView. More...
struct  std::hash< msgpack_rpc::messages::MethodNameView >
 Specialization of std::hash for msgpack_rpc::messages::MethodNameView. More...
class  msgpack_rpc::messages::MethodNameView
 Class of method names. More...

Namespaces

namespace  fmt
 Namespace of fmt library.
namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::messages
 Namespace of messages.
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.

Detailed Description

Definition of MethodNameView class.

Definition in file method_name_view.h.