20 #ifndef MPD_TAG_ITEM_HXX 21 #define MPD_TAG_ITEM_HXX 44 static_assert(
sizeof(
TagItem) == 2,
"Unexpected size");
45 static_assert(
alignof(
TagItem) == 1,
"Unexpected alignment");
TagType type
the type of this item
TagType
Codes for the type of a tag item.
TagItem & operator=(const TagItem &other)=delete
char value[1]
the value of this tag; this is a variable length string