|
MPQC
3.0.0-alpha
|
Stores a triplet of data. More...
#include <chemistry/qc/lmp2/util.h>
Public Member Functions | |
| triplet (const sma2::triplet< T1, T2, T3 > &t) | |
| triplet (const T1 &a_, const T2 &b_, const T3 &c_) | |
| bool | operator== (const sma2::triplet< T1, T2, T3 > &t) const |
| bool | operator< (const sma2::triplet< T1, T2, T3 > &t) const |
Public Attributes | |
| T1 | a |
| The first member of the triplet. | |
| T2 | b |
| The second member of the triplet. | |
| T3 | c |
| The third member of the triplet. | |
Stores a triplet of data.