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

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

#include <mem_prop.hpp>

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

Public Types

using ChannelType = unsigned short
 

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 short.

Definition at line 58 of file mem_prop.hpp.

Member Typedef Documentation

◆ ChannelType

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

Definition at line 60 of file mem_prop.hpp.

Member Data Documentation

◆ ChannelSize

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

Definition at line 61 of file mem_prop.hpp.

◆ ElementCategory

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

Definition at line 59 of file mem_prop.hpp.


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