backports-ostream-joiner.hpp File Reference

Backport of ostream_joiner from the Library Fundamentals v2 TS. More...

#include "ndn-cxx/util/backports.hpp"
#include <iterator>
+ Include dependency graph for backports-ostream-joiner.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::ostream_joiner< DelimT, CharT, Traits >
 

Namespaces

 ndn
 

Functions

template<typename CharT , typename Traits , typename DelimT >
ostream_joiner< std::decay_t< DelimT >, CharT, Traits > ndn::make_ostream_joiner (std::basic_ostream< CharT, Traits > &os, DelimT &&delimiter)
 

Detailed Description

Backport of ostream_joiner from the Library Fundamentals v2 TS.

See also
http://en.cppreference.com/w/cpp/experimental/ostream_joiner

Definition in file backports-ostream-joiner.hpp.