sbepp
|
Base class for bitsets. More...
#include <sbepp.hpp>
Friends | |
constexpr friend bool | operator== (const bitset_base &lhs, const bitset_base &rhs) noexcept |
Tests if underlying values are equal. | |
constexpr friend bool | operator!= (const bitset_base &lhs, const bitset_base &rhs) noexcept |
Tests if underlying values are not equal. | |
Base class for bitsets.
T | underlying value type |