ORIGINAL
|
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"
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. | |
Standard algorithm implementations for iterator-based containers.
Provides generic algorithms such as range operations, heap operations, element search/count, sorting, and data manipulation functions.