CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::CASM_TMP::FloatingPointLessThan< value_type > Struct Template Reference

#include <CASM_math.hh>

Detailed Description

template<typename value_type>
struct CASM::CASM_TMP::FloatingPointLessThan< value_type >

Definition at line 61 of file CASM_math.hh.

Public Member Functions

 FloatingPointLessThan (value_type _tol=TOL)
 
bool operator() (const value_type &A, const value_type &B) const
 

Private Attributes

value_type m_tol
 

Constructor & Destructor Documentation

◆ FloatingPointLessThan()

template<typename value_type >
CASM::CASM_TMP::FloatingPointLessThan< value_type >::FloatingPointLessThan ( value_type  _tol = TOL)
inline

Definition at line 62 of file CASM_math.hh.

Member Function Documentation

◆ operator()()

template<typename value_type >
bool CASM::CASM_TMP::FloatingPointLessThan< value_type >::operator() ( const value_type &  A,
const value_type &  B 
) const
inline

Definition at line 63 of file CASM_math.hh.

Member Data Documentation

◆ m_tol

template<typename value_type >
value_type CASM::CASM_TMP::FloatingPointLessThan< value_type >::m_tol
private

Definition at line 68 of file CASM_math.hh.


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