pretty_stream stream that uses pretty_to_string method
More...
#include <pretty_stream.hpp>
|
using | Manipulator = Stream &(Stream &) |
|
template<typename Stream>
struct paal::pretty_stream< Stream >
pretty_stream stream that uses pretty_to_string method
- Template Parameters
-
Definition at line 60 of file pretty_stream.hpp.
template<typename Stream>
template<typename Stream>
template<typename T >
operator<< generic
- Template Parameters
-
- Parameters
-
- Returns
Definition at line 99 of file pretty_stream.hpp.
template<typename Stream>
template<typename Stream>
std::string paal::pretty_stream< Stream >::pretty_to_string |
( |
double |
x, |
|
|
double |
epsilon = 1e-9 |
|
) |
| |
|
inline |
pretty_to_string for double
- Parameters
-
- Returns
Definition at line 80 of file pretty_stream.hpp.
The documentation for this struct was generated from the following file: