6 #ifndef ECHELON_HDF5_STATIC_TYPE_LAYOUT_HPP 7 #define ECHELON_HDF5_STATIC_TYPE_LAYOUT_HPP 13 enum class static_type_layout_category
20 struct static_type_layout;
24 constexpr id_offset_pair(
const char*
id, std::size_t offset) : id(id), offset(offset)
34 constexpr id_size_pair(
const char*
id, std::size_t size) : id(id), size(size)
echelon's core namespace
Definition: attribute.cpp:10