slang/util/TypeTraits.h file

Various type trait template helpers.

Namespaces

namespace slang
Root namespace.
namespace std
STL namespace.

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>
auto typeName() -> std::string_view constexpr
Returns the demangled name of the template argument's C++ type.