PSCF v1.2
Pscf::Prdc::TWaveBzComp< D > Struct Template Reference

Comparator for TWave objects, based on TWave::indicesBz. More...

#include <TWave.h>

Public Member Functions

bool operator() (const TWave< D > &a, const TWave< D > &b) const
 Function (a, b) returns true iff a.indicesBz > b.indicesBz.
 

Detailed Description

template<int D>
struct Pscf::Prdc::TWaveBzComp< D >

Comparator for TWave objects, based on TWave::indicesBz.

Used to sort in descending order of Bz (Brillouin zone) indices.

Definition at line 75 of file TWave.h.

Member Function Documentation

◆ operator()()

template<int D>
bool Pscf::Prdc::TWaveBzComp< D >::operator() ( const TWave< D > & a,
const TWave< D > & b ) const
inline

Function (a, b) returns true iff a.indicesBz > b.indicesBz.

Definition at line 80 of file TWave.h.


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