LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
Views/NumericArray.hpp File Reference

Definition and implementation of NumericArrayView and NumericArrayTypedView. More...

Detailed Description

Definition and implementation of NumericArrayView and NumericArrayTypedView.

Author
Rafal Chojna rafal.nosp@m.c@wo.nosp@m.lfram.nosp@m..com
+ 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...