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