ewmscp  ..
Public Member Functions | List of all members
requestProvider::pathMapCmp Struct Reference

Public Member Functions

bool operator() (const singleMap &lhs, const singleMap &rhs) const
 

Detailed Description

Definition at line 16 of file requestProvider.h.

Member Function Documentation

◆ operator()()

bool requestProvider::pathMapCmp::operator() ( const singleMap lhs,
const singleMap rhs 
) const
inline

Definition at line 17 of file requestProvider.h.

18  {
19  if (lhs.first.size() == rhs.first.size()) {
20  return lhs.first < rhs.first;
21  } else {
22  return lhs.first.size() > rhs.first.size();
23  }
24 
25  }

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