How to get data member names with source_location::function_name
After reading this source (and also my answer) and this source, I got the impression that we can use std::source_location::function_name
to extract names of data members.
After reading this source (and also my answer) and this source, I got the impression that we can use std::source_location::function_name
to extract names of data members.