Data for a tag. More...
#include <tagData.hpp>
Public Types | |
using | Tag = T_Tag |
See TagData. | |
Public Member Functions | |
TagData & | operator+= (TagData const &o) |
Operator for satisfying other software. | |
constexpr | TagData () |
Constructor. | |
TagData (Tag tag) | |
Constructor. | |
Public Attributes | |
EnumBitset< TagFlags > | properties |
Current properties of the value. | |
Tag | tag |
Current tag of the value. | |
Data for a tag.