#include <serializer.h>
|
static constexpr auto & | bget (auto &buffer, std::size_t const i) |
|
static constexpr void | serialize_at (std::span< std::byte, max_size > buffer, T item) |
|
static constexpr T | deserialize (std::span< std::byte const, max_size > const &buffer) |
|
◆ size_type
template<base_type T, std::endian Endianess>
◆ bget()
template<base_type T, std::endian Endianess>
◆ deserialize()
template<base_type T, std::endian Endianess>
◆ serialize_at()
template<base_type T, std::endian Endianess>
◆ is_big_endian
template<base_type T, std::endian Endianess>
◆ max_size
template<base_type T, std::endian Endianess>
The documentation for this struct was generated from the following file: