nf::index_size
Introduced Symbols
Name |
Description |
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