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

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

#include <mem_prop.hpp>

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

Public Types

using ChannelType = 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 int.

Definition at line 83 of file mem_prop.hpp.

Member Typedef Documentation

◆ ChannelType

Definition at line 85 of file mem_prop.hpp.

Member Data Documentation

◆ ChannelSize

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

Definition at line 86 of file mem_prop.hpp.

◆ ElementCategory

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

Definition at line 84 of file mem_prop.hpp.


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