TypeTraits.h file
Various type trait template helpers.
Namespaces
Classes
- class slang::type_index
- A simple implementation of a type index that can stand in for std::type_index to allow building without RTTI enabled.
Functions
-
template<typename T>std::
string_view typeName() constexpr - Returns the demangled name of the template argument's C++ type.