kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Public Member Functions | List of all members
KIM::SPECIES_NAME::Comparator Struct Reference

Structure provided for use with std::map. More...

#include <KIM_SpeciesName.hpp>

Public Member Functions

bool operator() (SpeciesName const &a, SpeciesName const &b) const
 Provides an (logically unmeaningful) ordering for SpeciesName objects so that they can be stored in a std::map. More...
 

Detailed Description

Structure provided for use with std::map.

Since
2.0

Definition at line 1151 of file KIM_SpeciesName.hpp.

Member Function Documentation

◆ operator()()

bool KIM::SPECIES_NAME::Comparator::operator() ( SpeciesName const &  a,
SpeciesName const &  b 
) const
inline

Provides an (logically unmeaningful) ordering for SpeciesName objects so that they can be stored in a std::map.

Since
2.0

Definition at line 1157 of file KIM_SpeciesName.hpp.


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