nf::attach_data

Synopsis

Declared in <nf/hist.h>

using nf_hist::attach_data;

Introduced Symbols

Name

Description

nf_hist::attach_data

Optional annotation specifying that a collection of the supplied type should be maintained as a parallel array to the type annotated e.g. NOTE(my_units, nf::attach_data<my_graphics>) std::vector<my_unit> my_units;

Created with MrDocs