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

Generic pair container implementation. More...

#include "printable.h"
#include "comparable.h"
#include "types.h"
#include "error.h"
Include dependency graph for couple.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::couple< F_TYPE, S_TYPE >
 Container for two heterogeneous elements. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Generic pair container implementation.

Provides a template class for storing two elements of different types with printing capabilities. Supports equality comparison and formatted output.