PIP 5.5.3
Platform-Independent Primitives
Классы | Функции
Файл pipair.h

Объявление PIPair. Подробнее...

#include "picout.h"

Классы

class  PIPair< Type0, Type1 >
 Класс, который позволяет хранить два разнородных объекта как единое целое. Подробнее...
 

Функции

template<typename Type0 , typename Type1 >
bool operator== (const PIPair< Type0, Type1 > &value0, const PIPair< Type0, Type1 > &value1)
 Оператор сравнения с PIPair.
 
template<typename Type0 , typename Type1 >
bool operator!= (const PIPair< Type0, Type1 > &value0, const PIPair< Type0, Type1 > &value1)
 Оператор сравнения с PIPair.
 
template<typename Type0 , typename Type1 >
PICout operator<< (PICout s, const PIPair< Type0, Type1 > &v)
 Оператор вывода в PICout.
 
template<class T1 , class T2 >
PIPair< T1, T2 > createPIPair (T1 f, T2 s)
 Создает PIPair выводя типы из аргументов. Подробнее...
 

Подробное описание

Объявление PIPair.

Авторы

Иван Пелипенко peri4.nosp@m.ko@y.nosp@m.andex.nosp@m..ru; Андрей Бычков work..nosp@m.a.b@.nosp@m.yande.nosp@m.x.ru;

Функции

◆ createPIPair()

template<class T1 , class T2 >
PIPair< T1, T2 > createPIPair ( T1  f,
T2  s 
)

Создает PIPair выводя типы из аргументов.

См. также
createPIPair()