pars 0.2.1.99
Loading...
Searching...
No Matches
pars::ev::base_internal_metadata Struct Reference

#include <metadata.h>

Inheritance diagram for pars::ev::base_internal_metadata:

Public Member Functions

 base_internal_metadata ()
 
int socket_id () const
 
auto format_to (std::format_context &ctx) const -> decltype(ctx.out())
 

Detailed Description

Definition at line 60 of file metadata.h.

Constructor & Destructor Documentation

◆ base_internal_metadata()

pars::ev::base_internal_metadata::base_internal_metadata ( )
inline

Definition at line 62 of file metadata.h.

62{}

Member Function Documentation

◆ format_to()

auto pars::ev::base_internal_metadata::format_to ( std::format_context & ctx) const -> decltype(ctx.out())
inline

Definition at line 66 of file metadata.h.

67 {
68 return std::format_to(ctx.out(), "<internal-metadata>");
69 }
clev::own< nng_ctx > ctx
Definition ctx.h:39

◆ socket_id()

int pars::ev::base_internal_metadata::socket_id ( ) const
inline

Definition at line 64 of file metadata.h.

64{ return 0; }

The documentation for this struct was generated from the following file: