CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
BitArray::Access Class Reference

Provide access to a single bit in a BitArray. More...

#include <BitArray>

Public Member Functions

void operator= (bool on) const
 Set bit to on
 
void toggle () const
 Toggle bit and return its new value.
 
 operator bool () const
 Get bit value.
 

Detailed Description

Provide access to a single bit in a BitArray.

Member Function Documentation

◆ operator=()

void operator= ( bool on) const

Set bit to on

◆ toggle()

void toggle ( ) const

Toggle bit and return its new value.

◆ operator bool()

operator bool ( ) const

Get bit value.