cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
type_name.hpp File Reference

Implementation of type-naming utilities for cxxomfort. More...

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::library
 Supplements to backports and other utilities. Namespace that holds the library's own implementations, emulations and supplements.
 

Functions

static std::string typeid_demangle (std::type_info const &ti)
 Demangle a typeid() expression if demangling is available. More...
 
template<typename T >
std::string_view type_name () CXXO_NOEXCEPTNOTHROW
 Demangle a typename, recovering information about const / volatile too. More...
 

Detailed Description

Implementation of type-naming utilities for cxxomfort.