Namespace: Rx – Class: CRxIPv4Subnetmask – Header: Rx.Core/RxIPv4Subnetmask.h
CRxIPv4Subnetmask::operator[] Operator
C++
const unsigned char& operator[](unsigned uIdx)
Array indexer operator.
Parameters
[unsigned] uIdx |
The index of the requested part of the subnet mask. |
Returns
const unsigned char& |
The value of the subnet mask tupel at the requested index. |