|
Sharg 1.2.3-rc.1
The argument parser for bio-c++ tools.
|
Provides sharg::detail::to_string. More...
Include dependency graph for to_string.hpp:
This graph shows which files directly or indirectly include this file: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.