![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Definition and implementation of NumericArrayView and NumericArrayTypedView. More...
Definition and implementation of NumericArrayView and NumericArrayTypedView.
#include "LLU/Containers/Generic/NumericArray.hpp"#include "LLU/Containers/Interfaces.h"#include "LLU/Containers/Iterators/IterableContainer.hpp"
Include dependency graph for Views/NumericArray.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::NumericArrayView |
| Simple, light-weight, non-owning, data-type-agnostic wrappper over MNumericArray. More... | |
| class | LLU::NumericArrayTypedView< T > |
| Simple, light-weight, non-owning wrappper over MNumericArray. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
Functions | |
| template<typename NumericArrayT , typename F > | |
| auto | LLU::asTypedNumericArray (NumericArrayT &&na, F &&callable) |
Take a NumericArray-like object na and a function callable and call the function with a NumericArrayTypedView created from na. More... | |