struct value_type
Defined at line 204 of file ../../src/lib/zbitl/include/lib/zbitl/view.h
The element type is a trivial struct morally equivalent to
std::pair
<header
_type, payload_type>. Both member types are
default-constructible, copy-constructible, and copy-assignable, so
value_type as a whole is as well.
Public Members
header_type header
payload_type payload