VisionCpp  0.0.1
Static Public Attributes | List of all members
visioncpp::internal::MemDimension< LeafType > Struct Template Reference

this is used to determine the dimension of the memory based on the memory type template parameters: More...

#include <memory.hpp>

Collaboration diagram for visioncpp::internal::MemDimension< LeafType >:

Static Public Attributes

static constexpr size_t Dim = 2
 

Detailed Description

template<size_t LeafType>
struct visioncpp::internal::MemDimension< LeafType >

this is used to determine the dimension of the memory based on the memory type template parameters:

Template Parameters
LeafType: the type of the memory

Definition at line 294 of file memory.hpp.

Member Data Documentation

◆ Dim

template<size_t LeafType>
constexpr size_t visioncpp::internal::MemDimension< LeafType >::Dim = 2
staticconstexpr

Definition at line 295 of file memory.hpp.


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