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

Description:

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

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file tmp.inl.

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)