146 template <
typename ...value_type>
148 requires (
ostream_concept<std::iostream, std::remove_reference_t<value_type>> && ...)
150 std::string to_string(
value_type && ...values)
152 std::stringstream stream;
153 (stream << ... << std::forward<value_type>(values));
Definition: auxiliary.hpp:72
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
Definition: auxiliary.hpp:68
option_spec
Used to further specify argument_parser options/flags.
Definition: auxiliary.hpp:60
Definition: auxiliary.hpp:63
Concept for output streams.
Type metafunction that returns the value_type of another type [metafunction declaration].
Definition: pre.hpp:66
The default were no checking or special displaying is happening.
Definition: auxiliary.hpp:62