LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
LLU::MArgumentManager::Managed< Container, Mode > Struct Template Reference

Description

template<class Container, Passing Mode>
struct LLU::MArgumentManager::Managed< Container, Mode >

Helper struct to "attach" a passing mode to container type when passing it as template argument to MArgumentManager::getTuple.

Template Parameters
Container- any generic or strongly typed container wrapper type (e.g. GenericImage, Tensor<mint>, etc.)
Mode- passing mode for the container

#include <MArgumentManager.h>