openMSX
|
#include <iostream>
#include <iterator>
#include <sstream>
#include <string>
#include <utility>
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) |
detail::Joiner< Collection, Separator > join | ( | Collection && | col, |
Separator && | sep | ||
) |
Definition at line 60 of file join.hh.
Referenced by openmsx::parseTclArgs(), openmsx::GlobalCommandController::tabCompletion(), TEST_CASE(), and TEST_CASE().