sbepp
|
Provides various traits/attributes of a <set>
element.
More...
Public Types | |
using | encoding_type = EncodingType |
Underlying type. | |
using | value_type = SetType |
Representation type. | |
Static Public Member Functions | |
static constexpr const char * | name () noexcept |
Returns name attribute. | |
static constexpr const char * | description () noexcept |
Returns description attribute. | |
static constexpr version_t | since_version () noexcept |
Returns addedSince attribute. | |
static constexpr version_t | deprecated () noexcept |
Returns deprecated attribute. Available only if provided in schema. | |
static constexpr offset_t | offset () noexcept |
Returns type offset. Available only if offset is static, i.e. not available for public sets whose offset is different on each usage. | |
Provides various traits/attributes of a <set>
element.
For example: sbepp::set_traits<market_schema::schema::types::set_name>::since_version();
T | set tag |