Size of the bitset_fixed (number of bits).
| 228 | |
| 229 | /// Size of the bitset_fixed (number of bits). |
| 230 | constexpr fl::u32 size() const FL_NOEXCEPT { return N; } |
| 231 | |
| 232 | /// Finds the first bit that matches the test value. |
| 233 | /// Returns the index of the first matching bit, or -1 if none found. |
no outgoing calls
no test coverage detected