Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <StringConcatenate.h>
Static Public Member Functions | |
template<class SymbolType > | |
static string::LinearString< SymbolType > | concatenate (const string::LinearString< SymbolType > &first, const string::LinearString< SymbolType > &second) |
Implements concatenation of two strings.
|
static |
Implements concatenation of two strings.
SymbolType | the type of symbols in the string |
first | the first string to concatenate |
second | the second string to concatenate |
first
. second