Contains nameof_ keyword.

Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
| #define | nameof_(...) std::string(#__VA_ARGS__) |
| Used to obtain the simple (unqualified) string name of a variable, type, or member. More... | |