Isle
Loading...
Searching...
No Matches
LegoContainerInfoComparator Struct Reference

Comparator used to order keys in LegoContainerInfo maps; compares C-strings lexicographically. More...

#include <legocontainer.h>

Public Member Functions

LegoBool operator() (const char *const &p_key0, const char *const &p_key1) const
 

Detailed Description

Comparator used to order keys in LegoContainerInfo maps; compares C-strings lexicographically.

[AI]

[AI] Used as a functor for sorting map keys in a descending string order, making use of std::strcmp. [AI]

Definition at line 19 of file legocontainer.h.

Member Function Documentation

◆ operator()()

LegoBool LegoContainerInfoComparator::operator() ( const char *const &  p_key0,
const char *const &  p_key1 
) const
inline

Definition at line 20 of file legocontainer.h.


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