一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
types.hpp File Reference
#include <string>
#include <string_view>
#include <cxxabi.h>
#include "attributes/common.hpp"
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

SPDX-FileType: Source
SPDX-FileCopyrightText: 2024 Edward Kmett <ekmett@gmail.com>
SPDX-License-Identifier: BSD-2-Clause OR Apache-2.0

Definition in file types.hpp.