pars 0.2.1
Loading...
Searching...
No Matches
pars_example::event::stop_compute Struct Reference

#include <event.h>

Public Member Functions

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

Public Attributes

int pipe_id = 0
 

Detailed Description

Definition at line 68 of file event.h.

Member Function Documentation

◆ format_to()

auto pars_example::event::stop_compute::format_to ( std::format_context & ctx) const -> decltype(ctx.out())
inline

Definition at line 72 of file event.h.

73 {
74 return std::format_to(ctx.out(), "stop_compute({})", pipe_id);
75 }
clev::own< nng_ctx > ctx
Definition ctx.h:39

References pipe_id.

Member Data Documentation

◆ pipe_id

int pars_example::event::stop_compute::pipe_id = 0

Definition at line 70 of file event.h.

Referenced by format_to().


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