C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
CppUtilities::NoneOwningMultiArray Struct Reference

The NoneOwningMultiArray struct allows using a caller-managed buffer array as underlying container for the MultiArray class. More...

#include <multiarray.h>

Public Types

template<typename T >
using Type = T *
 

Static Public Member Functions

template<typename T >
static constexpr Type< T > init (std::size_t)
 

Detailed Description

The NoneOwningMultiArray struct allows using a caller-managed buffer array as underlying container for the MultiArray class.

Definition at line 64 of file multiarray.h.

Member Typedef Documentation

◆ Type

Definition at line 65 of file multiarray.h.

Member Function Documentation

◆ init()

template<typename T >
static constexpr Type< T > CppUtilities::NoneOwningMultiArray::init ( std::size_t )
inlinestaticconstexpr

Definition at line 66 of file multiarray.h.


The documentation for this struct was generated from the following file: