Skip to content

Commit 78cc91b

Browse files
committed
Remove <c|r>begin, <c|r>end functions
1 parent 607b376 commit 78cc91b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stacktrace.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,7 @@ <h4><code>const_reference operator[](std::size_t frame_no) const noexcept;</code
103103
<p>Returns frame that references the actual frame info, stored inside *this.</p>
104104
<p>Parameters: <code>frame_no</code> - zero-based index of frame to return. 0 is the function index where stacktrace was constructed and index close to this->size() contains function main().</p>
105105
<h4><code>const_iterator begin() const noexcept;</code></h4>
106-
<h4><code>const_iterator cbegin() const noexcept;</code></h4>
107106
<h4><code>const_iterator end() const noexcept;</code></h4>
108-
<h4><code>const_iterator cend() const noexcept;</code></h4>
109-
<h4><code>const_reverse_iterator rbegin() const noexcept;</code></h4>
110-
<h4><code>const_reverse_iterator crbegin() const noexcept;</code></h4>
111-
<h4><code>const_reverse_iterator rend() const noexcept;</code></h4>
112-
<h4><code>const_reverse_iterator crend() const noexcept;</code></h4>
113107
<h4><code>explicit operator bool() const noexcept;</code></h4>
114108
<p>Allows to check that stack trace capturing was successful.</p>
115109
<h4><code>bool empty() const noexcept;</code></h4>

0 commit comments

Comments
 (0)