Function Dune::XT::Common::make_string_sequence

template<class InputIt, class SequenceType>
SequenceType Dune::XT::Common::make_string_sequence(InputIt first, InputIt last)

Builds a sequence of strings by converting each element of the range [first, last) via to_string.