Contains naming strategies for qx::rtti_root class. More...
Go to the source code of this file.
Classes | |
struct | qx::rtti_naming_strategy_empty |
Returns empty string_view in get_name: { '\0' }. More... | |
struct | qx::rtti_naming_strategy_class_name |
Returns class name string_view in get_name. More... | |
Contains naming strategies for qx::rtti_root class.
The naming strategy determines what will be returned by get_class_id_static()
Definition in file rtti_naming_strategy.h.