ORIGINAL
|
Generic pair container implementation. More...
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. | |
Generic pair container implementation.
Provides a template class for storing two elements of different types with printing capabilities. Supports equality comparison and formatted output.