View on GitHub

Jules documentation

Documentation of the Jules library

Home Tutorial Modules Entities Files

Header file array/io.hpp

#define JULES_ARRAY_IO_H

template <typename T>
std::ostream& operator<<(std::ostream& os, const jules::ref_array<T, 1>& array);

template <typename T, std::size_t N>
std::ostream& operator<<(std::ostream& os, const jules::ref_array<T, N>& array);