| 
    sbepp
    
   | 
 
Provides various traits/attributes of a <choice> element.  
 More...
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 choice_index_t | index () noexcept | 
| Returns choice bit index.  | |
Provides various traits/attributes of a <choice> element. 
For example: sbepp::set_choice_traits<SetTag::choice>::since_version();
| T | set choice tag |