Flow123d  master-f44eb46
Public Member Functions | Public Attributes | Friends | List of all members
manipulators::Array< Cont, Delim > Struct Template Reference

#include <logger.hh>

Public Member Functions

 Array (Cont const &v, Delim d=", ")
 

Public Attributes

Cont const & _v
 
Delim _d
 

Friends

std::ostream & operator<< (std::ostream &os, Array const &manip)
 

Detailed Description

template<typename Cont, typename Delim = const char*>
struct manipulators::Array< Cont, Delim >

Definition at line 304 of file logger.hh.

Constructor & Destructor Documentation

◆ Array()

template<typename Cont , typename Delim = const char*>
manipulators::Array< Cont, Delim >::Array ( Cont const &  v,
Delim  d = ", " 
)
inline

Definition at line 305 of file logger.hh.

Friends And Related Function Documentation

◆ operator<<

template<typename Cont , typename Delim = const char*>
std::ostream& operator<< ( std::ostream &  os,
Array< Cont, Delim > const &  manip 
)
friend

Definition at line 310 of file logger.hh.

Member Data Documentation

◆ _d

template<typename Cont , typename Delim = const char*>
Delim manipulators::Array< Cont, Delim >::_d

Definition at line 308 of file logger.hh.

◆ _v

template<typename Cont , typename Delim = const char*>
Cont const& manipulators::Array< Cont, Delim >::_v

Definition at line 307 of file logger.hh.


The documentation for this struct was generated from the following file: