VisionCpp  0.0.1
Public Types | Static Public Attributes | List of all members
visioncpp::internal::MemoryProperties< unsigned int > Struct Reference

Specialisation of the MemoryProperties when the output is unsigned int. More...

#include <mem_prop.hpp>

Collaboration diagram for visioncpp::internal::MemoryProperties< unsigned int >:

Public Types

using ChannelType = unsigned int
 

Static Public Attributes

static constexpr size_t ElementCategory = element_category::Basic
 
static constexpr size_t ChannelSize = 1
 

Detailed Description

Specialisation of the MemoryProperties when the output is unsigned int.

Definition at line 75 of file mem_prop.hpp.

Member Typedef Documentation

◆ ChannelType

using visioncpp::internal::MemoryProperties< unsigned int >::ChannelType = unsigned int

Definition at line 77 of file mem_prop.hpp.

Member Data Documentation

◆ ChannelSize

constexpr size_t visioncpp::internal::MemoryProperties< unsigned int >::ChannelSize = 1
staticconstexpr

Definition at line 78 of file mem_prop.hpp.

◆ ElementCategory

constexpr size_t visioncpp::internal::MemoryProperties< unsigned int >::ElementCategory = element_category::Basic
staticconstexpr

Definition at line 76 of file mem_prop.hpp.


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