Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 287 Bytes

bit

Description

This is a header only library for defining bit fields in more C++ way. It features strong type check of bit fields and clean interface for bit field manipulation and testing. A C++17 compliant compiler is recommended.

See sources in "examples" folder for usage.