pars 0.2.1
Loading...
Searching...
No Matches
pars::ev::creating_pipe Struct Reference

#include <event.h>

Public Member Functions

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

Detailed Description

Definition at line 46 of file event.h.

Member Function Documentation

◆ format_to()

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

Definition at line 48 of file event.h.

49 {
50 return std::format_to(ctx.out(), "creating_pipe()");
51 }
clev::own< nng_ctx > ctx
Definition ctx.h:39

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