|
LeviLamina
|
Public Types | |
| using | underlying_container = UnderlyingContainer |
| using | underlying_type = UnderlyingContainer::value_type |
| using | size_type = UnderlyingContainer::size_type |
Public Member Functions | |
| constexpr bool | test (size_type pos) const |
| constexpr Derived & | set (size_type pos) |
| constexpr Derived & | set (size_type pos, bool value) |
Protected Attributes | |
| underlying_container | container_ |
Static Protected Attributes | |
| static const size_t | bits_per_value = sizeof(underlying_type) * 8 |