nf::make_path

Synopsis

Declared in <nf/hist.h>

using nf_hist::make_path;

Introduced Symbols

Name

Description

nf_hist::make_path

Used to create a path to some element within the source data class, typically used for creating notification methods or tracked sub‐elements e.g. using my_path = nf::make_path<decltype(root‐>my_collection[0].my_field)>; or... using my_path = NF_PATH(root‐>my_collection[0].my_field);

Created with MrDocs