P3104R6 — Bit permutations
Jan Schultke
LWG
Revisions R6Jul 2026R5May 2026
The C++ bit manipulation library in `<bit>` is an invaluable abstraction from hardware operations. Functions like `countl_zero` help the programmer avoid use of intrinsic functions or inline assembly.