Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <StringReverse.h>
Static Public Member Functions | |
template<class SymbolType > | |
static string::LinearString< SymbolType > | reverse (const string::LinearString< SymbolType > &arg) |
Implements the reverse of a string.
|
static |
Implements the reverse of a string.
SymbolType | the type of symbols in the string |
arg | the string to reverse |