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

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

#include <KIM_LanguageName.hpp>

Public Member Functions

bool operator() (LanguageName const &a, LanguageName const &b) const
 Provides an (logically unmeaningful) ordering for LanguageName 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 190 of file KIM_LanguageName.hpp.

Member Function Documentation

◆ operator()()

bool KIM::LANGUAGE_NAME::Comparator::operator() ( LanguageName const &  a,
LanguageName const &  b 
) const
inline

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

Since
2.0

Definition at line 196 of file KIM_LanguageName.hpp.


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