MT Core (C++)
Core library for replacing C++ standard in project usage
|
Helper for accessing a bitset position (including for setting bits) More...
#include <bitset.hpp>
Public Member Functions | |
bool | val () const |
operator bool () const | |
BitsetAccess & | set (const bool val) |
BitsetAccess & | operator= (const bool val) |
BitsetAccess & | operator&= (const bool other) |
BitsetAccess & | operator|= (const bool other) |
BitsetAccess & | operator^= (const bool other) |
Public Attributes | |
std::tuple< size_t, size_t > | pos |
Bitset2D & | bs |
Helper for accessing a bitset position (including for setting bits)
Definition at line 598 of file bitset.hpp.
|
inlinenodiscard |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 604 of file bitset.hpp.
|
inlinenodiscard |
Bitset2D& mtcore::Bitset2D::BitsetAccess::bs |
Definition at line 600 of file bitset.hpp.
std::tuple<size_t, size_t> mtcore::Bitset2D::BitsetAccess::pos |
Definition at line 599 of file bitset.hpp.