Vcsn  2.4
Be Rational
to-string.hh File Reference
#include <sstream>
#include <string>
#include <vcsn/misc/export.hh>
Include dependency graph for to-string.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 

Functions

template<typename ValueSet , typename Value = typename ValueSet::value_t, typename... Args>
auto vcsn::to_string (const ValueSet &vs, const Value &v, Args &&...args) -> std::string
 Format v via vs.print. More...