Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
to_string.hpp File Reference

Provides sharg::detail::to_string. More...

#include <sstream>
#include <sharg/concept.hpp>
#include <sharg/detail/concept.hpp>
+ 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.
 

Detailed Description

Provides sharg::detail::to_string.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>
Hide me