Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1e49cda 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Jun 3, 2024
1 parent c810ce9 commit 0cef11b
Show file tree
Hide file tree
Showing 16 changed files with 873 additions and 225 deletions.
4 changes: 4 additions & 0 deletions any_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ class any_view;
- const-iteratable will make the design super complicated as all the types can be different between const and non-const.
- TODO: remove constexpr due to SBO
- TODO: move ctor cannot guarentee move ctors have been called
- TODO: view can be valueless: because strong exception guarentee + if we want to support move (or move-only)
# Implementation Experience
- Reference implementation in the repo
Expand Down
5 changes: 5 additions & 0 deletions generated/any_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,11 @@ <h4 data-number="4.1.3.1" id="considerations"><span class="header-section-number
<code class="sourceCode default">std::move_only_function</code>)</p></li>
<li><p>const-iteratable will make the design super complicated as all
the types can be different between const and non-const.</p></li>
<li><p>TODO: remove constexpr due to SBO</p></li>
<li><p>TODO: move ctor cannot guarentee move ctors have been
called</p></li>
<li><p>TODO: view can be valueless: because strong exception guarentee +
if we want to support move (or move-only)</p></li>
</ul>
<h1 data-number="5" id="implementation-experience"><span class="header-section-number">5</span> Implementation Experience<a href="#implementation-experience" class="self-link"></a></h1>
<ul>
Expand Down
Loading

0 comments on commit 0cef11b

Please sign in to comment.