My Project
Public Member Functions | Public Attributes | List of all members
Utility::two< T, U > Class Template Reference

Try to replace pair with two. More...

#include <AronLib.h>

Public Member Functions

 two (T first, U second)
 
string toStr ()
 

Public Attributes

first
 
second
 

Detailed Description

template<typename T = int, typename U = int>
class Utility::two< T, U >

Try to replace pair with two.

two is shorter name than pair or tuple two is same as pair


The documentation for this class was generated from the following file: