file
tostr.hpp
Contents
- Reference
Namespaces
- namespace gemmi
- namespace gemmi::impl
Functions
-
void add_to_stream(std::
ostringstream&) -
template<typename T, typename... Args>void add_to_stream(std::
ostringstream& os, T&& value, Args && ... args) -
template<typename T, typename... Args>auto tostr(T&& value, Args && ... args) -> std::
string