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 one past the last element in an initializer list.
const InputIterator* end() const;
Return Value
A pointer to one past the last element in the list. If the list is empty, this is the same as the pointer to the first element in the list.
Requirements
Header: <initializer_list>
Namespace: std