Vcsn  2.8
Be Rational
to-string.hh File Reference
#include <iostream>
#include <sstream>
#include <string>
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...
 
template<typename ValueSet >
auto vcsn::to_string (const ValueSet &vs) -> decltype(vs.print_set(std::cout), std::string
 Format vs via print_set. More...
 
vs vcsn::print_set (o)
 
return o vcsn::str ()