tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Pack< Dims > Struct Template Reference

Wrapper struct for carrying a non-type parameter pack. More...

#include <helper_traits.h>

Detailed Description

template<my_size_t... Dims>
struct Pack< Dims >

Wrapper struct for carrying a non-type parameter pack.

Template Parameters
DimsValues in the pack.

Used as a tag type so that pack contents can be passed to and deduced by regular function templates (e.g. packs_are_identical()).


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