55 [[nodiscard]] std::int8_t
type()
const {
return data_->type; }
Definition of binary class.
Class to refer binary data.
const details::extension_data * data_
Data.
std::int8_t type() const
Get the type.
binary_view data() const noexcept
Get the data of the value.
const_extension_ref(const details::extension_data &data)
Constructor.
Namespace of this project.
Definition of object_data struct.
Struct of data of extensions.