Compare items in a string vector by size.
More...
#include <utilities.h>
|
| bool | operator() (const std::string &first, const std::string &second) |
| | Comparison function. More...
|
| |
Compare items in a string vector by size.
◆ operator()()
| bool compareStringBySize::operator() |
( |
const std::string & |
first, |
|
|
const std::string & |
second |
|
) |
| |
|
inline |
Comparison function.
- Parameters
-
| first | first string |
| second | second string |
- Return values
-
| bool | true if the first string is shorter |
The documentation for this struct was generated from the following file: