mpqc::utility::strequal< String > Struct Template Reference

Public Types

using parity_type = bool
 

Public Member Functions

bool operator() (const String &a, const String &b)
 
template<typename Ordinal >
bool operator() (const std::pair< String, Ordinal > &a, const std::pair< String, Ordinal > &b)
 
template<typename Ordinal >
bool operator() (const std::tuple< String, Ordinal, parity_type > &a, const std::tuple< String, Ordinal, parity_type > &b)
 

Member Typedef Documentation

◆ parity_type

template<typename String >
using mpqc::utility::strequal< String >::parity_type = bool

Member Function Documentation

◆ operator()() [1/3]

template<typename String >
template<typename Ordinal >
bool mpqc::utility::strequal< String >::operator() ( const std::pair< String, Ordinal > &  a,
const std::pair< String, Ordinal > &  b 
)
inline

◆ operator()() [2/3]

template<typename String >
template<typename Ordinal >
bool mpqc::utility::strequal< String >::operator() ( const std::tuple< String, Ordinal, parity_type > &  a,
const std::tuple< String, Ordinal, parity_type > &  b 
)
inline

◆ operator()() [3/3]

template<typename String >
bool mpqc::utility::strequal< String >::operator() ( const String &  a,
const String &  b 
)
inline

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