C++ Premier Plus 6th edition - Programming excercise - Chapter14 - 1
wine.h#ifndefWINE_H_#defineWINE_H_#include#include//delclarationsandimplementaionsofPairtemplateclassPair{private:T1a;T2b;public:T1&first();T2&second();T1first()const{returna;}T2second()const{returnb;