![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Template base class for C++ wrappers of LibraryLink containers. More...
Template base class for C++ wrappers of LibraryLink containers.
#include <initializer_list>#include <ostream>#include <type_traits>#include <utility>#include <vector>#include "LLU/Containers/Iterators/IterableContainer.hpp"#include "LLU/Containers/MArrayDimensions.h"#include "LLU/LibraryData.h"#include "LLU/Utilities.hpp"
Include dependency graph for MArray.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::MArray< T > |
| This is a class template, where template parameter T is the type of data elements. MArray is the base class for NumericArray, Tensor and Image. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
Functions | |
| template<typename T > | |
| std::ostream & | LLU::operator<< (std::ostream &os, const MArray< T > &c) |
| Insertion operator to allow pretty-printing of MArray. More... | |