rippled
Public Member Functions | Public Attributes | Friends | List of all members
ripple::CollectionAndDelimiter< Collection > Class Template Reference
Collaboration diagram for ripple::CollectionAndDelimiter< Collection >:
Collaboration graph
[legend]

Public Member Functions

 CollectionAndDelimiter (Collection const &c, std::string delim)
 

Public Attributes

Collection const & collection
 
const std::string delimiter
 

Friends

template<class Stream >
Stream & operator<< (Stream &s, CollectionAndDelimiter const &cd)
 

Detailed Description

template<class Collection>
class ripple::CollectionAndDelimiter< Collection >

Definition at line 39 of file join.h.

Constructor & Destructor Documentation

◆ CollectionAndDelimiter()

template<class Collection >
ripple::CollectionAndDelimiter< Collection >::CollectionAndDelimiter ( Collection const &  c,
std::string  delim 
)
explicit

Definition at line 45 of file join.h.

Friends And Related Function Documentation

◆ operator<<

template<class Collection >
template<class Stream >
Stream& operator<< ( Stream &  s,
CollectionAndDelimiter< Collection > const &  cd 
)
friend

Definition at line 52 of file join.h.

Member Data Documentation

◆ collection

template<class Collection >
Collection const& ripple::CollectionAndDelimiter< Collection >::collection

Definition at line 42 of file join.h.

◆ delimiter

template<class Collection >
const std::string ripple::CollectionAndDelimiter< Collection >::delimiter

Definition at line 43 of file join.h.