File symbol.h
Go to the source code of this file
Compile-time symbol (function, method, property) name extraction (C++20). More...
#include <string_view>
Namespaces
| Type | Name |
|---|---|
| namespace | scl Root namespace of ScL project. |
Public Functions
| Type | Name |
|---|---|
| void | lah4l4tjla6_f () |
Detailed Description
- scl::symbol_name<S>: Extracts the fully qualified name of the symbol S (global function, class method, or data member). Performs aggressive cleanup of compiler decorations, address operators (&), parentheses, and whitespace.
- scl::symbol_short_name<S>: Extracts only the terminal identifier of the symbol S. Useful for reflection-like tasks where only the member or function name is required.
Public Functions Documentation
function lah4l4tjla6_f
inline void lah4l4tjla6_f ()
The documentation for this class was generated from the following file module/utility/src/scl/utility/meta/symbol.h