#include <internal/classes/iomanip.h>
|
| IOManipRange (InputIterator first, InputIterator last, const std::string &separator, const std::string &start="[", const std::string &end="]") |
|
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const IOManipRange &rhs) |
|
template<typename InputIterator >
qpp::internal::IOManipRange< InputIterator >::IOManipRange |
( |
InputIterator |
first, |
|
|
InputIterator |
last, |
|
|
const std::string & |
separator, |
|
|
const std::string & |
start = "[" , |
|
|
const std::string & |
end = "]" |
|
) |
| |
|
inlineexplicit |
template<typename InputIterator >
template<typename charT , typename traits >
std::basic_ostream<charT, traits>& operator<< |
( |
std::basic_ostream< charT, traits > & |
os, |
|
|
const IOManipRange< InputIterator > & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: