CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <ConfigCompare.hh>
Class for less than comparison of Configurations implemented via a ConfigTypeIsEqual class that also stores the less than result.
Definition at line 18 of file ConfigCompare.hh.
Public Member Functions | |
GenericConfigCompare (const IsEqualImpl &_eq) | |
template<typename... Args> | |
bool | operator() (Args &&... args) const |
const IsEqualImpl & | base () const |
Private Attributes | |
IsEqualImpl | m_eq |
|
inlineexplicit |
Definition at line 20 of file ConfigCompare.hh.
|
inline |
Definition at line 76 of file ConfigCompare.hh.
|
inline |
Definition at line 23 of file ConfigCompare.hh.
|
private |
Definition at line 79 of file ConfigCompare.hh.