|
Dev Essential
1.6.3
|
#include <codec_index.h>
Inherited by ddl::codec::PositionWithTypeSize.
Public Member Functions | |
| constexpr bool | operator== (const Position &other) const noexcept |
| Equality operator. | |
| constexpr bool | operator!= (const Position &other) const noexcept |
| Non-Equality operator. | |
Public Attributes | |
| size_t | bit_offset = {} |
| the bit offset | |
| size_t | bit_size = {} |
| the elements bitsize (the whole element) | |
Structure for bit position of elements
|
inlineconstexprnoexcept |
Non-Equality operator.
| other | the other position to compare to |
|
inlineconstexprnoexcept |
Equality operator.
| other | the other position to compare to |