|
pars 0.2.1
|
#include <event.h>
Public Member Functions | |
| auto | format_to (std::format_context &ctx) const -> decltype(ctx.out()) |
Public Attributes | |
| std::size_t | work_id = 0 |
| uint64_t | n = 0 |
| bool | use_fast_fib = false |
|
inline |
| uint64_t pars_example::event::fib_requested::n = 0 |
Definition at line 46 of file event.h.
Referenced by format_to().
| bool pars_example::event::fib_requested::use_fast_fib = false |
Definition at line 47 of file event.h.
Referenced by format_to().
| std::size_t pars_example::event::fib_requested::work_id = 0 |
Definition at line 45 of file event.h.
Referenced by format_to().