https://github.com/gabrieldosreis/bits
Native bit bag operations
https://github.com/gabrieldosreis/bits
bits enumeration
Last synced: 4 months ago
JSON representation
Native bit bag operations
- Host: GitHub
- URL: https://github.com/gabrieldosreis/bits
- Owner: GabrielDosReis
- License: bsd-3-clause
- Created: 2022-10-17T12:10:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T13:35:35.000Z (over 2 years ago)
- Last Synced: 2025-01-18T04:14:37.386Z (about 1 year ago)
- Topics: bits, enumeration
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bits Utility
This library, in the namespace `gdr::bits`, is a collection of simple basic functions that I often use in my programming. I am putting them here in the hope that they are useful to the C++ community. I wish they were part of the standard library offerings in the bit manipulation space.
The library deliberately uses modules and other contemporary C++ constructs such as concepts. In particular, it does not aim to bend backwards to support previous versions of C++.
Use as you see fit.