ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Classes | Functions
formatting.h File Reference

iostream output support for Expression. More...

#include "ndarray/ExpressionBase.h"
#include <cstdint>
#include <iostream>

Go to the source code of this file.

Classes

class  ndarray::FormatOptions
 Options for controlling stream output of ExpressionBase. More...
 
class  ndarray::detail::Formatter< Derived, N >
 
class  ndarray::detail::Formatter< Derived, 1 >
 

Functions

template<typename Derived >
std::ostream & ndarray::operator<< (std::ostream &os, ExpressionBase< Derived > const &expr)
 Stream output for ExpressionBase using default-constructed FormatOptions.
 
std::ostream & ndarray::detail::operator<< (std::ostream &os, std::int8_t value)
 Stream char as integer rather than as a nonprintable character.
 
std::ostream & ndarray::detail::operator<< (std::ostream &os, std::uint8_t value)
 Stream uchar as integer rather than as a nonprintable character.
 

Detailed Description

iostream output support for Expression.