File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,14 @@ constexpr reference operator[](size_type pos);
7171<p />
7272-2- <i >Returns</i >: `*(begin() + pos)` if <tt >pos < <ins >=</ins > size()</tt >. <del >Otherwise, returns a reference
7373to an object of type `charT` with value `charT()`, where modifying the object to any value other
74- than `charT()` leads to undefined behavior</del ><ins >The program shall not modify the value
75- stored at `size()` to any value other than `charT()`; otherwise, the behavior is undefined</ins >.
74+ than `charT()` leads to undefined behavior.</del >
75+ <p />
76+ -3- <i >Throws</i >: Nothing.
77+ <p />
78+ -4- <i >Complexity</i >: Constant time.
79+ <p />
80+ <ins >-?- <i >Remarks</i > The program shall not modify the value stored at `size()` to any value other than `charT()`;
81+ otherwise, the behavior is undefined</ins >
7682</p >
7783</blockquote >
7884</blockquote >
You can’t perform that action at this time.
0 commit comments