ae2f::Core
Loading...
Searching...
No Matches
ae2f::Ds::Arr::__def< __el_t > Struct Template Reference

A helper class for getting element type and element size. More...

#include <Pack.hpp>

Public Types

using El_t = __el_t
 Defined element type.
 
using _f = __def<__el_t>
 Self.
 

Static Public Attributes

static constexpr size_t ElSize = sizeof(__el_t)
 Pre-defined element size.
 

Detailed Description

template<typename __el_t>
struct ae2f::Ds::Arr::__def< __el_t >

A helper class for getting element type and element size.

Template Parameters
__el_t
__elsize

Member Typedef Documentation

◆ _f

template<typename __el_t >
using ae2f::Ds::Arr::__def< __el_t >::_f = __def<__el_t>

Self.

◆ El_t

template<typename __el_t >
using ae2f::Ds::Arr::__def< __el_t >::El_t = __el_t

Defined element type.

Member Data Documentation

◆ ElSize

template<typename __el_t >
size_t ae2f::Ds::Arr::__def< __el_t >::ElSize = sizeof(__el_t)
staticconstexpr

Pre-defined element size.


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