| 401 | friend class details::BasicBitmap<FixedBitmap<Size, IndexType>, IndexType>; |
| 402 | public: |
| 403 | FixedBitmap() |
| 404 | { |
| 405 | memset(m_words, 0, sizeof(m_words)); |
| 406 | } |
| 407 | |
| 408 | explicit FixedBitmap(bool initial_value) |
| 409 | { |
nothing calls this directly
no test coverage detected