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

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

#include <mem_prop.hpp>

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

Public Types

using ChannelType = float
 

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

Definition at line 91 of file mem_prop.hpp.

Member Typedef Documentation

◆ ChannelType

Definition at line 93 of file mem_prop.hpp.

Member Data Documentation

◆ ChannelSize

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

Definition at line 94 of file mem_prop.hpp.

◆ ElementCategory

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

Definition at line 92 of file mem_prop.hpp.


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