|
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 |
| BitsetFixed & | bs |
Helper for accessing a bitset position (including for setting bits)
Definition at line 867 of file bitset.hpp.
|
inlinenodiscard |
Definition at line 871 of file bitset.hpp.
|
inline |
Definition at line 879 of file bitset.hpp.

|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenodiscard |
| BitsetFixed& mtcore::BitsetFixed< NumBits >::BitsetAccess::bs |
Definition at line 869 of file bitset.hpp.
| size_t mtcore::BitsetFixed< NumBits >::BitsetAccess::pos |
Definition at line 868 of file bitset.hpp.