|
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 | |
| operator bool () const | |
| bool | val () const |
| BitsetAccess & | set (const bool newVal) |
| BitsetAccess & | operator= (const bool val) |
| BitsetAccess & | operator&= (const bool other) |
| BitsetAccess & | operator|= (const bool other) |
| BitsetAccess & | operator^= (const bool other) |
Public Attributes | |
| size_t | pos |
| Bitset & | bs |
Helper for accessing a bitset position (including for setting bits)
Definition at line 132 of file bitset.hpp.
|
inlinenodiscard |
Definition at line 136 of file bitset.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenodiscard |
| Bitset& mtcore::Bitset::BitsetAccess::bs |
Definition at line 134 of file bitset.hpp.
| size_t mtcore::Bitset::BitsetAccess::pos |
Definition at line 133 of file bitset.hpp.