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

#include <event.h>

Public Member Functions

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

Detailed Description

Definition at line 171 of file event.h.

Member Function Documentation

◆ format_to()

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

Definition at line 173 of file event.h.

174 {
175 return std::format_to(ctx.out(), "shutdown({})", creation_time);
176 }
clev::own< nng_ctx > ctx
Definition ctx.h:39

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