xtd 0.2.0
nameof.h File Reference

Definition

Contains nameof_ keyword.

This graph shows which files directly or indirectly include this file:

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...