Templates -- Meow  1.2.11
A C++ template contains kinds of interesting classes and functions
meow::PairToPair< F1, F2, T1, T2 > Struct Template Reference

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
 

Detailed Description

template<class F1, class F2 = F1, class T1 = F1, class T2 = T1>
struct meow::PairToPair< F1, F2, T1, T2 >

A structur with memember .from.first , .from.second , .to.first , .to.second.

Author
cathook

Definition at line 20 of file utility.h.

Constructor & Destructor Documentation

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
meow::PairToPair< F1, F2, T1, T2 >::PairToPair ( )
inline

Definition at line 24 of file utility.h.

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
meow::PairToPair< F1, F2, T1, T2 >::PairToPair ( PairToPair< F1, F2, T1, T2 > const &  pp)
inline

Definition at line 26 of file utility.h.

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
meow::PairToPair< F1, F2, T1, T2 >::PairToPair ( F1 const &  f1,
F2 const &  f2,
T1 const &  t1,
T2 const &  t2 
)
inline

Definition at line 28 of file utility.h.

Member Function Documentation

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
bool meow::PairToPair< F1, F2, T1, T2 >::operator== ( PairToPair< F1, F2, T1, T2 > const &  p) const
inline

Definition at line 31 of file utility.h.

Member Data Documentation

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
std::pair<F1, F2> meow::PairToPair< F1, F2, T1, T2 >::from

Definition at line 21 of file utility.h.

template<class F1 , class F2 = F1, class T1 = F1, class T2 = T1>
std::pair<T1, T2> meow::PairToPair< F1, F2, T1, T2 >::to

Definition at line 22 of file utility.h.


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