selection2 overloads
Synopses
Declared in <balb_testmessages.h>
Return a reference to the modifiable "Selection2" selection of this object if "Selection2" is the current selection. The behavior is undefined unless "Selection2" is the selection of this object.
unsigned char&
selection2();
Return a reference to the non‐modifiable "Selection2" selection of this object if "Selection2" is the current selection. The behavior is undefined unless "Selection2" is the selection of this object.
unsigned char const&
selection2() const;
Created with MrDocs