Go to the source code of this file.
Namespaces | |
namespace | ein |
Concepts | |
concept | ein::one_of_t |
type T is one of the candidates | |
concept | ein::not_one_of_t |
type T is not one of the candidates | |
Functions | |
const string_view | ein::type_of (auto const &t) noexcept |
returns the unmangled name of a the type of the (unused) argument passed to this function | |
Variables | |
template<typename T > | |
const string_view | ein::type |
returns the unmangled name of a the type T | |
Definition in file types.hpp.