xrpld
Loading...
Searching...
No Matches
xrpl::CollectionAndDelimiter< Collection > Class Template Reference

#include <join.h>

Collaboration diagram for xrpl::CollectionAndDelimiter< Collection >:

Public Member Functions

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

Public Attributes

Collection const & collection
std::string const delimiter

Friends

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

Detailed Description

template<class Collection>
class xrpl::CollectionAndDelimiter< Collection >

Definition at line 21 of file join.h.

Constructor & Destructor Documentation

◆ CollectionAndDelimiter()

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

Definition at line 27 of file join.h.

◆ operator<<

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

Definition at line 33 of file join.h.

Member Data Documentation

◆ collection

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

Definition at line 24 of file join.h.

◆ delimiter

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

Definition at line 25 of file join.h.