nf::index_size

Synopsis

Declared in <nf/hist.h>

using nf_hist::index_size;

Introduced Symbols

Name

Description

nf_hist::index_size

Optional annotation used to specify the index size type used in serialized history, specifying an index size smaller than std::size_t reduces history size, appropriate when there's a known limit to a given containers size e.g. NOTE(my_vec, nf::index_size<uint16_t>) std::vector<int> my_vec;

Created with MrDocs