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

#include <event.h>

Public Member Functions

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

Detailed Description

Definition at line 61 of file event.h.

Member Function Documentation

◆ format_to()

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

Definition at line 63 of file event.h.

64 {
65 return std::format_to(ctx.out(), "pipe_created()");
66 }
clev::own< nng_ctx > ctx
Definition ctx.h:39

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