Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::bitset< N >::bit_reference Class Reference

The reference type returned. More...

#include <bitset.h>

Public Member Functions

 operator bool () const
 Conversion operator.
 
bit_referenceoperator= (bool b)
 Assignment operator.
 
bit_referenceoperator= (const bit_reference &r)
 Assignment operator.
 
bit_referenceflip ()
 Flip the bit.
 
bool operator~ () const
 Return the logical inverse of the bit.
 

Friends

class bitset< N >
 

Detailed Description

template<const size_t N>
class etl::bitset< N >::bit_reference

The reference type returned.


The documentation for this class was generated from the following file: