返回指向 initializer_list 末元素后一位置的指针,即 begin() + size() 。
若 initializer_list 为空,则 begin() 与 end() 的值是未指定的,但一定相同。
(无)
指向 initializer_list 末元素后一位置的指针
常数