sparrow ..
Loading...
Searching...
No Matches
bitset_reference.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow::bitset_reference< B >
 A proxy reference class that provides mutable access to individual bits in a bitset. More...
 

Namespaces

namespace  sparrow
 

Functions

template<class B1, class B2>
bool sparrow::operator== (const bitset_reference< B1 > &lhs, const bitset_reference< B2 > &rhs)
 Equality comparison between two bitset references.
 
template<class B>
bool sparrow::operator== (const bitset_reference< B > &lhs, bool rhs)
 Equality comparison between a bitset reference and a boolean value.