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

Definition of MethodName class. More...

#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <fmt/base.h>
#include <fmt/format.h>
Include dependency graph for method_name.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::MethodName >
 Specialization of fmt::formatter for msgpack_rpc::messages::MethodName. More...
class  msgpack_rpc::messages::MethodName
 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.

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.

Detailed Description

Definition of MethodName class.

Definition in file method_name.h.