![]() |
![]()
| ![]() |
![]()
NAMEstd::initializer_list::end - std::initializer_list::end Synopsis const T* end() const noexcept; (since C++11)
Parameters(none) Return valuea pointer to one past the last element in the initializer list ComplexityConstant See also begin returns a pointer to the first element
|