Go to the source code of this file.
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
template<typename A , typename AI > | |
Element< A, AI > | concatenate (const Element< A, AI > &lhs, const Element< A, AI > &rhs) |
Return the concatenation of two automata. | |
template<typename A , typename AI > | |
void | concatenate_here (Element< A, AI > &lhs, const Element< A, AI > &rhs) |
In place concatenation of two automata. |
Definition in file concatenate.hh.