77 void set(
const T& first_i,
96 return this->*temp[i];
109 return this->*temp[i];
113 #endif // TRIPLET_HPP const T & third
Reference to third item.
const T & second
Reference to second item.
TripleConstRef(const T &first_i, const T &second_i, const T &third_i)
Class constructor.
const T & operator[](size_t i) const
Random access operator.
A collection of three identical references.
T & operator[](size_t i)
Random access operator.
Triplet(const TripleConstRef< int > &tcr)
Class constructor.
Triplet(const T &first_i, const T &second_i, const T &third_i)
Class constructor.
const T & first
Reference to first item.
A collection of 3 items of the same type.
A class for storing error and debug information.