ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
allocation.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 allocation.inl.

Go to the source code of this file.

Classes

struct  alib::lang::Allocator
struct  alib::lang::AllocatorInterface< TAllocator >
struct  alib::lang::AllocatorMember< TAllocator >
struct  alib::lang::AllocatorMember< HeapAllocator >
struct  alib::lang::DbgAlloc
struct  alib::lang::HeapAllocator
struct  alib::lang::RTTRAllocator< TAllocator >::Node
struct  alib::lang::RTTRAllocator< TAllocator >
struct  alib::lang::StdAllocator< T, TAllocator >
struct  alib::lang::StdRecyclingAllocator< T, TAllocator >

Namespaces

namespace  alib
namespace  alib::lang

Concepts

concept  alib::lang::IsAllocator

Typedefs

using alib::HeapAllocator = lang::HeapAllocator
 Type alias in namespace alib.

Functions

template<typename TLhs, typename TRhs, typename TAllocator>
constexpr bool alib::lang::operator== (const StdAllocator< TLhs, TAllocator > &lhs, const StdAllocator< TRhs, TAllocator > &rhs) noexcept