Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
string::transform::StringReverse Class Reference

#include <StringReverse.h>

Static Public Member Functions

template<class SymbolType >
static string::LinearString< SymbolType > reverse (const string::LinearString< SymbolType > &arg)
 

Detailed Description

Implements the reverse of a string.

Member Function Documentation

◆ reverse()

template<class SymbolType >
string::LinearString< SymbolType > string::transform::StringReverse::reverse ( const string::LinearString< SymbolType > &  arg)
static

Implements the reverse of a string.

Template Parameters
SymbolTypethe type of symbols in the string
Parameters
argthe string to reverse
Returns
string arg ^ R
Here is the call graph for this function:
Here is the caller graph for this function:

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