Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Concepts
Static Public Member Functions
string::transform::StringConcatenate Class Reference

#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)
 

Detailed Description

Implements concatenation of two strings.

Member Function Documentation

◆ concatenate()

template<class SymbolType >
string::LinearString< SymbolType > string::transform::StringConcatenate::concatenate ( const string::LinearString< SymbolType > &  first,
const string::LinearString< SymbolType > &  second 
)
static

Implements concatenation of two strings.

Template Parameters
SymbolTypethe type of symbols in the string
Parameters
firstthe first string to concatenate
secondthe second string to concatenate
Returns
string first . second
Here is the call graph for this function:

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