emlabcpp
modern opinionated embedded C++ library
base.h
Go to the documentation of this file.
1 #pragma once
23 
24 namespace emlabcpp::cfg
25 {
26 
27 using cell = uint64_t;
28 static constexpr uint16_t cell_size = sizeof( cell );
29 static constexpr uint16_t hcell_size = sizeof( cell ) / 2;
30 
31 } // namespace emlabcpp::cfg
MIT License.
Definition: base.h:25
static constexpr uint16_t cell_size
Definition: base.h:28
uint64_t cell
Definition: base.h:27
static constexpr uint16_t hcell_size
Definition: base.h:29