Function Aux::Impl::printFormatPartToStream

Function Documentation

inline std::tuple<std::string_view::const_iterator, bool> Aux::Impl::printFormatPartToStream(std::ostream &stream, std::string_view::const_iterator begin, std::string_view::const_iterator end)

Write the formatstring until the first occurance of “%s” to stream, ‘%’ will be replaced by ‘’.

Returns:

The iterator that points one after the last consumed character and whether a further argument should be printed.