openMSX
Classes | Namespaces | Functions
join.hh File Reference
#include <iostream>
#include <iterator>
#include <sstream>
#include <string>
#include <utility>
Include dependency graph for join.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  detail::Joiner< Collection, Separator >
 

Namespaces

namespace  detail
 

Functions

template<typename Collection , typename Separator >
detail::Joiner< Collection, Separator > join (Collection &&col, Separator &&sep)
 

Function Documentation

◆ join()

template<typename Collection , typename Separator >
detail::Joiner< Collection, Separator > join ( Collection &&  col,
Separator &&  sep 
)