VisionCpp  0.0.1
Public Types | List of all members
visioncpp::internal::MemoryTrait< LeafType, T > Struct Template Reference

This class is used to determine the ElementType of accessor template parameters. More...

#include <memory_access.hpp>

Collaboration diagram for visioncpp::internal::MemoryTrait< LeafType, T >:

Public Types

using Type = typename tools::RemoveAll< T >::Type::value_type
 

Detailed Description

template<size_t LeafType, typename T>
struct visioncpp::internal::MemoryTrait< LeafType, T >

This class is used to determine the ElementType of accessor template parameters.

Template Parameters
LeafTypethe type of the memory
Tthe element type

Definition at line 134 of file memory_access.hpp.

Member Typedef Documentation

◆ Type

template<size_t LeafType, typename T >
using visioncpp::internal::MemoryTrait< LeafType, T >::Type = typename tools::RemoveAll<T>::Type::value_type

Definition at line 135 of file memory_access.hpp.


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