#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Resolution.h"
#include <cstddef>
#include <cstring>
#include <iterator>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <type_traits>
Go to the source code of this file.
|
template<typename T > |
std::ostream & | Zivid::operator<< (std::ostream &stream, const Array2D< T > &array) |
| Serialize array information to a stream.
|
|
template<typename T > |
Array2D< T >::ConstIterator | Zivid::cbegin (const Array2D< T > &array) |
| Iterator to the beginning of the array.
|
|
template<typename T > |
Array2D< T >::ConstIterator | Zivid::begin (const Array2D< T > &array) |
| Iterator to the beginning of the array.
|
|
template<typename T > |
Array2D< T >::ConstIterator | Zivid::cend (const Array2D< T > &array) |
| Iterator to the end of the array.
|
|
template<typename T > |
Array2D< T >::ConstIterator | Zivid::end (const Array2D< T > &array) |
| Iterator to the end of the array.
|
|