Public Member Functions | Public Attributes | List of all members
TripleConstRef< T > Class Template Reference

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.
 

Detailed Description

template<class T>
class TripleConstRef< T >

A collection of three identical references.

Definition at line 12 of file triplet.hpp.

Constructor & Destructor Documentation

◆ TripleConstRef()

template<class T>
TripleConstRef< T >::TripleConstRef ( const T &  first_i,
const T &  second_i,
const T &  third_i 
)
inline

Class constructor.

Parameters
first_iReference to first item
second_iReference to second item
third_iReference to third item

Definition at line 30 of file triplet.hpp.


The documentation for this class was generated from the following file: