All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Namespaces | Functions
print_collection.hpp File Reference
#include <boost/range/empty.hpp>
#include <boost/range.hpp>

Go to the source code of this file.

Namespaces

 paal
 global namespace of project.
 

Functions

template<typename Range , typename Stream >
void paal::print_collection (Stream &o, Range &&r, const std::string &del)
 prints collection with delimiters without trailing delimiter More...
 
template<typename Matrix , typename Stream >
void paal::print_matrix (Stream &o, Matrix &&m, const std::string &del)
 prints matrix with delimiters More...
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2014-06-12

Definition in file print_collection.hpp.