VisionCpp  0.0.1
Variables
visioncpp::internal::element_category Namespace Reference

two category of element exist : basic which is the primary types and struct which is user define types like F32C3, U8C3, ... More...

Variables

constexpr size_t Basic = 0
 
constexpr size_t Struct = 1
 

Detailed Description

two category of element exist : basic which is the primary types and struct which is user define types like F32C3, U8C3, ...

Variable Documentation

◆ Basic

constexpr size_t visioncpp::internal::element_category::Basic = 0
constexpr

Definition at line 74 of file memory.hpp.

◆ Struct

constexpr size_t visioncpp::internal::element_category::Struct = 1
constexpr

Definition at line 75 of file memory.hpp.