Nvwa
1.1
|
Class to represent a reference to an array element. More...
Public Member Functions | |
_Element (_Byte_type *ptr, size_type pos) | |
Constructs a reference to an array element. More... | |
bool | operator= (bool value) |
Assigns a new boolean value to an array element. More... | |
operator bool () const | |
Reads the boolean value from an array element. More... | |
Class to represent a reference to an array element.
|
inline |
Constructs a reference to an array element.
ptr | ptr to the interal boolean data |
pos | position of the array element to access |
|
inline |
Reads the boolean value from an array element.
|
inline |
Assigns a new boolean value to an array element.
value | the new boolean value |