In C++26, with the final reflection syntax:
class Blah {}; constexpr std::string_view name = std::meta::identifier_of(^^Blah); assert( className == "Blah" );
Godbolt example: https://godbolt.org/z/Kbr3jGbT1