template struct gpr::TripletΒΆ
A simple triplet with identical datatypes.
#include <Structures.h>
template <typename T>
struct Triplet {
// fields
T first;
T second;
T third;
};
A simple triplet with identical datatypes.
#include <Structures.h>
template <typename T>
struct Triplet {
// fields
T first;
T second;
T third;
};