Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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