videos.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <title>Videos - Boost.Outcome documentation</title>
  4. <link rel="stylesheet" href="./css/boost.css" type="text/css">
  5. <meta name="generator" content="Hugo 0.52 with Boostdoc theme">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
  7. <link rel="icon" href="./images/favicon.ico" type="image/ico"/>
  8. <body><div class="spirit-nav">
  9. <a accesskey="p" href="./faq.html"><img src="./images/prev.png" alt="Prev"></a>
  10. <a accesskey="u" href="./index.html"><img src="./images/up.png" alt="Up"></a>
  11. <a accesskey="h" href="./index.html"><img src="./images/home.png" alt="Home"></a><a accesskey="n" href="./changelog.html"><img src="./images/next.png" alt="Next"></a></div><div id="content">
  12. <div class="titlepage"><div><div><h1 style="clear: both">Videos</h1></div></div></div>
  13. <p>Outcome has been presented at some of the major C++ conferences as it has
  14. evolved. As the older content is less relevant to Outcome today, this
  15. list is given in reverse chronological order.</p>
  16. <hr />
  17. <h2 id="dublin-c-users-group-2018-deterministic-disappointment">Dublin C++ users group 2018 <em>&ldquo;Deterministic Disappointment&rdquo;</em></h2>
  18. <p><em>Literature review of the WG21 papers relating to deterministically handling failure, and using libraries such as Outcome to implement the same.</em></p>
  19. <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
  20. <iframe src="//www.youtube.com/embed/cbUTAoHy6Ls" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
  21. </div>
  22. <br/><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRR3_ZXU8pC_1oFH6rctPJ1wijWCQY-uGIBEK2SzOLaVnuFjn7Ed76sYs8QE6pUl-oP2nrggw-b4fma/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
  23. <hr />
  24. <h2 id="meeting-c-2017-introduction-to-proposed-std-expected-lt-t-e-gt">Meeting C++ 2017 <em>&ldquo;Introduction to proposed std::expected&lt;T, E&gt;&ldquo;</em></h2>
  25. <p><em>Literature review of the several WG21 papers relating to std::expected<T, E>.</em></p>
  26. <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
  27. <iframe src="//www.youtube.com/embed/JfMBLx7qE0I" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
  28. </div>
  29. <br/><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSnTCn_hX3_uKNco8LtJTgAg2LrRO0zOJ3JiQiWMFFG8pNVwvUZr2ooYjXO9V94kdlqLxSB7DLTLPf5/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
  30. <hr />
  31. <h2 id="accu-2017-mongrel-monads-dirty-dirty-dirty">ACCU 2017 <em>&ldquo;Mongrel Monads, Dirty, dirty, dirty&rdquo;</em></h2>
  32. <p><em>Covers the history of error handling in C++, and how the LEWG Expected works.</em></p>
  33. <p><em>(Note that the Expected presented here no longer exists, it was substantially changed
  34. after the Outcome v1 peer review. Furthermore the Outcome presented here no longer
  35. exists, the peer review demanded a complete rebuild)</em></p>
  36. <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
  37. <iframe src="//www.youtube.com/embed/XVofgKH-uu4" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
  38. </div>
  39. <br/><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQZXLxkB716ZIMcEqV8QkeUvKhG33BmzKJdzSvx6QRfEGjmjXjHjeLrXSjgTZwG2rCaBNAZTxj41r5n/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
  40. </div><p><small>Last revised: September 20, 2018 at 09:21:47 &#43;0100</small></p>
  41. <hr>
  42. <div class="spirit-nav">
  43. <a accesskey="p" href="./faq.html"><img src="./images/prev.png" alt="Prev"></a>
  44. <a accesskey="u" href="./index.html"><img src="./images/up.png" alt="Up"></a>
  45. <a accesskey="h" href="./index.html"><img src="./images/home.png" alt="Home"></a><a accesskey="n" href="./changelog.html"><img src="./images/next.png" alt="Next"></a></div></body>
  46. </html>