nf_hist::tracked::render_action
Renders the bytewise data of an action into a user‐friendly representation
Synopsis
Declared in <nf/hist.h>
void
render_action(
std::size_t action_index,
rendered_action<User_data>& action,
bool include_events = false) const;
Parameters
Name |
Description |
action_index |
the index of the action you wish to render |
action |
the struct to fill with the data of the action |
include_events |
(optional) whether to include event details with this action |
Created with MrDocs