Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
aleph.H File Reference

Core header for the Aleph-w library. More...

#include <stdexcept>
#include <new>
#include <ahDefs.H>
#include <ahUtils.H>
#include <ahAssert.H>
Include dependency graph for aleph.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class Itor >
void put_itor_at_the_end (Itor &it) noexcept
 

Detailed Description

Core header for the Aleph-w library.

This is the main include file for the Aleph-w library. It provides fundamental includes for definitions, utilities, and assertions that are used throughout the library.

Author
Leandro Rabindranath León

Definition in file aleph.H.

Function Documentation

◆ put_itor_at_the_end()