dmlfw (Daniyal Machine Learning Framework)
dmlfw_set.h File Reference

Core unordered set types and utilities for string data. More...

#include <dmlfw_types.h>
#include <set/dmlfw_set_string.h>
Include dependency graph for dmlfw_set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Core unordered set types and utilities for string data.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This umbrella header consolidates the unordered set types, providing access to core functionalities such as:

The module currently supports unordered string set types, with operations defined in their respective headers.

The unordered set module is designed for managing collections of unique elements without inherent ordering within the framework and is widely reused in higher-level components.

See also the specialized headers for detailed APIs: