For internal use only.
Using template specializations, this class provides optimized bitfield parsers and writers. For each number of bytes the bitfield covers (from 1 to 5 bytes), a template specialization is provided in parse_bitfield_i
.
This helper always processes unsigned values. For signed values sign extension still needs to be performed.
Definition at line 353 of file IntParser.ih.