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 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