ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
tmp.hpp File Reference

Description:

This header-file is part of module ALib Lang of the ALib C++ Framework.

Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.

Definition in file tmp.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::lang::UnknownTag

Namespaces

namespace  alib
namespace  alib::lang

Concepts

concept  alib::lang::IsNullptr

Functions

template<typename T>
void alib::lang::Destruct (T &object)
template<typename T>
constexpr bool alib::lang::IsNotNull (const T &t)
template<typename T>
constexpr bool alib::lang::IsNull (const T &t)
template<typename TTo, typename TFrom>
ALIB_POP_ALLOWANCE TTo * alib::lang::SafeCast (TFrom *derived)
template<typename T>
constexpr void alib::lang::SetNull (T &t)