NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
backports-ostream-joiner.hpp File Reference

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

#include "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
 Copyright (c) 2011-2015 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)
 

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.