![]() |
Vcsn
2.8
Be Rational
|
#include <iostream>
#include <sstream>
#include <string>
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 () |