Include dependency graph for concatenate.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vcsn | 
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.
 1.5.1