ΒΆtemplate <typename Char, typename InputIt>
auto copy_str(
InputIt begin,
InputIt end,
std::back_insert_iterator<std::string> out)
-> std::back_insert_iterator<std::string>
template <typename Char, typename InputIt>
auto copy_str(
InputIt begin,
InputIt end,
std::back_insert_iterator<std::string> out)
-> std::back_insert_iterator<std::string>
Declared at: third_party/fmt/include/fmt/core.h:1493
Templates
- Char
- InputIt
Parameters
- InputIt begin
- InputIt end
- std::back_insert_iterator<std::string> out