Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a pointer to the first element in an initializer_list.
const InputIterator* begin() const;
Return Value
A pointer to the first element of the initializer_list. If the list is empty, the pointer is the same for the beginning and end of the list.
Requirements
Header: <initializer_list>
Namespace: std