1. Home
  2. Browse
  3. nameof

nameof

v0.10.4#0Latest

Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.

Install

Run the following Vcpkg command to install the port.

vcpkg install nameof

Usage

nameof provides CMake targets:

find_package(nameof CONFIG REQUIRED)
target_link_libraries(main PRIVATE nameof::nameof)

Dependencies

See source

Version

v0.10.4#0

Publication

Supports

All

GitHub

Neargye/nameof

Homepage

github.com/Neargye/nameof

Subtree

72c38122da

License

MIT

Definition

Manifest