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