#include <event.h>
|
| auto | format_to (std::format_context &ctx) const -> decltype(ctx.out()) |
| |
Definition at line 61 of file event.h.
◆ 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 }
The documentation for this struct was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/ev/event.h