Backport of ostream_joiner from the Library Fundamentals v2 TS. More...
Go to the source code of this file.
Classes | |
class | ndn::ostream_joiner< DelimT, CharT, Traits > |
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
Functions | |
template<typename CharT , typename Traits , typename DelimT > | |
ostream_joiner< typename std::decay< DelimT >::type, CharT, Traits > | ndn::make_ostream_joiner (std::basic_ostream< CharT, Traits > &os, DelimT &&delimiter) |
Backport of ostream_joiner from the Library Fundamentals v2 TS.
Definition in file backports-ostream-joiner.hpp.