kim-api 2.4.1+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
 
Loading...
Searching...
No Matches
KIM::COLLECTION_ITEM_TYPE::Comparator Struct Reference

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

#include <KIM_CollectionItemType.hpp>

Public Member Functions

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

Detailed Description

Structure provided for use with std::map.

Since
2.1

Definition at line 197 of file KIM_CollectionItemType.hpp.

Member Function Documentation

◆ operator()()

bool KIM::COLLECTION_ITEM_TYPE::Comparator::operator() ( CollectionItemType const & a,
CollectionItemType const & b ) const
inline

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

Since
2.1

Definition at line 203 of file KIM_CollectionItemType.hpp.


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