A collection of three identical references. More...
#include <triplet.hpp>
Public Member Functions | |
TripleConstRef (const T &first_i, const T &second_i, const T &third_i) | |
Class constructor. More... | |
Public Attributes | |
const T & | first |
Reference to first item. | |
const T & | second |
Reference to second item. | |
const T & | third |
Reference to third item. | |
A collection of three identical references.
Definition at line 12 of file triplet.hpp.
|
inline |
Class constructor.
first_i | Reference to first item |
second_i | Reference to second item |
third_i | Reference to third item |
Definition at line 30 of file triplet.hpp.