Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Provides sharg::detail::to_string. More...
Go to the source code of this file.
Concepts | |
concept | sharg::detail::is_ostreamable_view |
Concept for views whose value type is ostreamable. | |
Functions | |
template<typename... value_types> requires (ostreamable<value_types> && ...) | |
std::string | sharg::detail::to_string (value_types &&... values) |
Streams all parameters via std::ostringstream and returns a concatenated string. | |
Provides sharg::detail::to_string.