Return an iterator to the first user field value.
Synopsis
Declared in <ball_userfields.h>
UserFields::ConstIterator
begin() const;
Description
Return an iterator providing non‐modifiable access to the first element in the sequence of user field values maintained by this object, or the end iterator if this object is empty.
Return Value
iterator providing non‐modifiable access to the first element, or end if empty
Created with MrDocs