#include <event.h>
|
| auto | format_to (std::format_context &ctx) const -> decltype(ctx.out()) |
| |
Definition at line 150 of file event.h.
◆ format_to()
| auto pars::ev::init::format_to |
( |
std::format_context & | ctx | ) |
const -> decltype(ctx.out())
|
|
inline |
Definition at line 152 of file event.h.
153 {
154 return std::format_to(
ctx.out(),
"init({})", creation_time);
155 }
The documentation for this struct was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/ev/event.h