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