TBTK
Need a break? Support the development by playing Polarity Puzzles
IndexDescriptor.h File Reference

Describes the index structure of data stored for several indices. More...

#include "TBTK/IndexedDataTree.h"
#include "TBTK/IndexException.h"
#include "TBTK/IndexTree.h"
#include "TBTK/Serializable.h"
#include "TBTK/TBTKMacros.h"

Go to the source code of this file.

Classes

class  TBTK::IndexDescriptor
 Describes the index structure of data stored for several indices. More...
 

Functions

bool TBTK::operator!= (const IndexDescriptor &lhs, const IndexDescriptor &rhs)
 

Detailed Description

Describes the index structure of data stored for several indices.

Author
Kristofer Björnson

Function Documentation

◆ operator!=()

bool TBTK::operator!= ( const IndexDescriptor lhs,
const IndexDescriptor rhs 
)
inline

Inequality operator.

Parameters
rhsLeft hand side of the inequality sign.
rhsRight hand side of the inequality sign.
Returns
False if the IndexDescriptors describe identical index structures, otherwise true.