pomerol
2.1
|
A tuple-like combination of two single-particle indices. More...
#include <Index.hpp>
Public Member Functions | |
IndexCombination2 (ParticleIndex Index1, ParticleIndex Index2) | |
bool | operator< (IndexCombination2 const &rhs) const |
bool | operator== (IndexCombination2 const &rhs) const |
bool | operator!= (IndexCombination2 const &rhs) const |
Data Fields | |
ParticleIndex | Index1 |
First single-particle index. More... | |
ParticleIndex | Index2 |
Second single-particle index. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, IndexCombination2 const &ic) |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
ParticleIndex Pomerol::IndexCombination2::Index1 |
ParticleIndex Pomerol::IndexCombination2::Index2 |