ORIGINAL
|
Abstract base class for container types. More...
#include "config.h"
Go to the source code of this file.
Classes | |
class | original::container< TYPE, ALLOC > |
Abstract base class for containers. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Abstract base class for container types.
Defines a generic interface for container classes that store elements of type TYPE
. Provides basic functionality like querying the size, checking if the container is empty, and checking if an element exists in the container.