| 88 | /** Utility function for constructing a Bitmap from an integer. */ |
| 89 | template <class Rep> |
| 90 | inline Bitmap<Rep> asBitmap(Rep bits) {return Bitmap<Rep>(bits);} |
| 91 | |
| 92 | template <class Rep> |
| 93 | constexpr unsigned Bitmap<Rep>::capacity; |
no outgoing calls
no test coverage detected