Struct FixedName::glaze

Nested Relationships

This struct is a nested type of Template Struct FixedName.

Struct Documentation

struct glaze

Provides a string view for serialization.

Public Static Attributes

static constexpr auto value = [](const FixedName& self) -> auto { return std::string_view(self.buf.data(), self.len); }