cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Supplements to backports and other utilities. More...
Namespaces | |
numeric | |
Supplements to the standard utilities in <numeric> . | |
Classes | |
struct | is_indexable_like_array |
Type identification trait for types that are indexable via an array-like operator[] . More... | |
struct | is_iterator |
Type identification trait for iterator types as defined by the <iterator> interface. More... | |
struct | is_sequence |
Type identification trait for sequence-like types: More... | |
struct | is_std_array |
Type identification trait for std::array<...> types. More... | |
Functions | |
template<typename T > | |
std::string_view | type_name () CXXO_NOEXCEPTNOTHROW |
Demangle a typename, recovering information about const / volatile too. More... | |
Supplements to backports and other utilities.
Namespace that holds the library's own implementations, emulations and supplements.
std::string_view cxxomfort::library::type_name | ( | ) |
Demangle a typename, recovering information about const / volatile too.
Example usage: