![]() |
Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
|
A structur with memember .from.first ,
.from.second ,
.to.first ,
.to.second.
More...
#include "utility.h"
Public Member Functions | |
PairToPair () | |
PairToPair (PairToPair const &pp) | |
PairToPair (F1 const &f1, F2 const &f2, T1 const &t1, T2 const &t2) | |
bool | operator== (PairToPair const &p) const |
Public Attributes | |
std::pair< F1, F2 > | from |
std::pair< T1, T2 > | to |
A structur with memember .from.first ,
.from.second ,
.to.first ,
.to.second.
|
inline |
|
inline |
|
inline |
|
inline |
std::pair<F1, F2> meow::PairToPair< F1, F2, T1, T2 >::from |
std::pair<T1, T2> meow::PairToPair< F1, F2, T1, T2 >::to |