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

Description:

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

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

Definition in file assert.hpp.

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

Go to the source code of this file.

Classes

struct  alib::assert::TLD

Namespaces

namespace  alib
namespace  alib::assert
 This namespace exposes entities of module ALib Assert.

Typedefs

using alib::assert::AnyConversionFunc = void(*)(const std::any&, std::string&)

Functions

template<typename... TArgs>
void alib::assert::CheckArgs (const CallerInfo &ci, TArgs &&... args)
void alib::assert::CheckArgsImpl (const CallerInfo &ci, const std::span< std::any > &args)
TLDalib::assert::GetHaltFlagAndCounters ()
template<typename... TArgs>
void alib::assert::Raise (const lang::CallerInfo &ci, int type, std::string_view domain, TArgs &&... args)
void alib::assert::raise (const CallerInfo &ci, int type, std::string_view domain, const std::span< std::any > &args)
void alib::assert::RegisterPrintable (std::type_index typeIndex, AnyConversionFunc func)