Free Electron
Public Member Functions | List of all members
fe::String::Sort Struct Reference

Sort an Array of Strings. More...

#include <String.h>

Public Member Functions

bool operator() (const String &rString1, const String &rString2)
 

Detailed Description

Sort an Array of Strings.

Array<String> keys=getSomeUnorderedKeys();

std::sort(keys.begin(),keys.end(),String::Sort());


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