You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
228 lines
5.6 KiB
HTML
228 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="https://doc.cyub.vip/cpp/categories/">
|
|
<meta property="og:site_name" content="C++ Annotations Version 12.4.0">
|
|
<meta property="og:title" content="Categories">
|
|
<meta property="og:locale" content="en">
|
|
<meta property="og:type" content="website">
|
|
<title>Categories | C++ Annotations Version 12.4.0</title>
|
|
<link rel="manifest" href="/cpp/manifest.json">
|
|
<link rel="icon" href="/cpp/favicon.png" >
|
|
<link rel="canonical" href="https://doc.cyub.vip/cpp/categories/">
|
|
<link rel="alternate" hreflang="zh" href="https://doc.cyub.vip/cpp/zh/categories/" title="Categories">
|
|
<link rel="stylesheet" href="/cpp/book.min.309b7ed028807cdb68d8d61e26d609f48369c098dbf5e4d8c0dcf4cdf49feafc.css" integrity="sha256-MJt+0CiAfNto2NYeJtYJ9INpwJjb9eTYwNz0zfSf6vw=" crossorigin="anonymous">
|
|
<script defer src="/cpp/fuse.min.js"></script>
|
|
<script defer src="/cpp/en.search.min.96d87afe14f4404fb82eb23166af34b971841affca153da6e6aee977701013ac.js" integrity="sha256-lth6/hT0QE+4LrIxZq80uXGEGv/KFT2m5q7pd3AQE6w=" crossorigin="anonymous"></script>
|
|
|
|
<script defer src="/cpp/sw.min.5d1fdbd1fdf1d81d76c1e5a2529d146b38922120c27ebed041d7584fa87ce6df.js" integrity="sha256-XR/b0f3x2B12weWiUp0UaziSISDCfr7QQddYT6h85t8=" crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="https://doc.cyub.vip/cpp/categories/index.xml" title="C++ Annotations Version 12.4.0" />
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
</head>
|
|
<body dir="ltr">
|
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
|
<main class="container flex">
|
|
<aside class="book-menu">
|
|
<div class="book-menu-content">
|
|
|
|
<nav>
|
|
<h2 class="book-brand">
|
|
<a class="flex align-center" href="/cpp/"><span>C++ Annotations Version 12.4.0</span>
|
|
</a>
|
|
</h2>
|
|
|
|
|
|
<div class="book-search hidden">
|
|
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" />
|
|
<div class="book-search-spinner hidden"></div>
|
|
<ul id="book-search-results"></ul>
|
|
</div>
|
|
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="book-languages">
|
|
<li>
|
|
<input type="checkbox" id="languages" class="toggle" />
|
|
<label for="languages" class="flex justify-between">
|
|
<a role="button" class="flex align-center">
|
|
<img src="/cpp/svg/translate.svg" class="book-icon" alt="Languages" />
|
|
English
|
|
</a>
|
|
</label>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="https://doc.cyub.vip/cpp/zh/categories/">
|
|
Chinese
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="/cpp/docs/Overview/">1. Overview</a></li>
|
|
<li><strong>2. C++ Intro</strong></li>
|
|
<li>
|
|
<a href="/cpp/docs/A-First-Impression/">3. A First Impression</a></li>
|
|
<li>
|
|
<a href="/cpp/docs/Name-Spaces/">4. Name Spaces</a></li>
|
|
<li><strong>5. Strings</strong></li>
|
|
<li>
|
|
<a href="/cpp/docs/IOStreams/">6. IOStreams</a></li>
|
|
<li><strong>7. Classes</strong></li>
|
|
<li>
|
|
<a href="/cpp/docs/Static-Data-And-Functions/">8. Static Data And Functions</a></li>
|
|
<li><strong>9. Memory Management</strong></li>
|
|
<li><strong>10. Exceptions</strong></li>
|
|
<li><strong>11. Operator Overloading</strong></li>
|
|
<li><strong>12. Abstract Containers</strong></li>
|
|
<li><strong>13. Inheritance</strong></li>
|
|
<li><strong>14. Polymorphism</strong></li>
|
|
<li>
|
|
<a href="/cpp/docs/Friends/">15. Friends</a></li>
|
|
<li><strong>16. Pointers to Members</strong></li>
|
|
<li><strong>17. Nested Classes</strong></li>
|
|
<li><strong>18. Standard Template Library</strong></li>
|
|
<li><strong>19. Generic Algorithms</strong></li>
|
|
<li><strong>20. Multi Threading</strong></li>
|
|
<li><strong>21. Function Templates</strong></li>
|
|
<li><strong>22. Class Templates</strong></li>
|
|
<li><strong>23. Advanced Template Use</strong></li>
|
|
<li><strong>24. Coroutines</strong></li>
|
|
<li><strong>25. Examples</strong></li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
|
|
|
|
|
|
|
</div>
|
|
</aside>
|
|
|
|
<div class="book-page">
|
|
<header class="book-header">
|
|
|
|
<div class="flex align-center justify-between">
|
|
<label for="menu-control">
|
|
<img src="/cpp/svg/menu.svg" class="book-icon" alt="Menu" />
|
|
</label>
|
|
|
|
<strong>Categories</strong>
|
|
|
|
<label for="toc-control">
|
|
|
|
</label>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="book-footer">
|
|
|
|
<div class="flex flex-wrap justify-between">
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
|
|
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|