ORIGINAL
Loading...
Searching...
No Matches
algorithms.h File Reference

Standard algorithm implementations for iterator-based containers. More...

#include <functional>
#include <cmath>
#include "vector.h"
#include "filter.h"
#include "iterator.h"
#include "types.h"
#include "refCntPtr.h"
Include dependency graph for algorithms.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::algorithms
 Utility class containing generic container algorithms. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Standard algorithm implementations for iterator-based containers.

Provides generic algorithms such as range operations, heap operations, element search/count, sorting, and data manipulation functions.