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::VectorBasedMultiArray< void > Struct Reference

The VectorBasedMultiArray struct allows using an std::vector as underlying container for the MultiArray class. More...

#include <multiarray.h>

Public Types

template<typename T >
using Type = std::vector<T, std::allocator<T>>
 

Static Public Member Functions

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

Detailed Description

The VectorBasedMultiArray struct allows using an std::vector as underlying container for the MultiArray class.

Definition at line 46 of file multiarray.h.

Member Typedef Documentation

◆ Type

template<typename T >
using CppUtilities::VectorBasedMultiArray< void >::Type = std::vector<T, std::allocator<T>>

Definition at line 47 of file multiarray.h.

Member Function Documentation

◆ init()

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

Definition at line 48 of file multiarray.h.


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