|
Jlm
|
#include <sstream>

Go to the source code of this file.
Namespaces | |
| jlm | |
| jlm::util | |
Functions | |
| template<typename... Args> | |
| static void | jlm::util::format_to_stream (std::ostream &os, Args... args) |
| template<typename Arg > | |
| static void | jlm::util::format_to_stream (std::ostream &os, const Arg &arg) |
| template<typename Arg , typename... Args> | |
| static void | jlm::util::format_to_stream (std::ostream &os, const Arg &arg, Args... args) |
| template<typename... Args> | |
| static std::string | jlm::util::strfmt (Args... args) |
| std::string | jlm::util::CreateRandomAlphanumericString (std::size_t length) |