Skip to content

Commit a39b0d0

Browse files
Deployed 94fb922 with MkDocs version: 1.6.1
0 parents  commit a39b0d0

52 files changed

Lines changed: 8020 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
2+
<!doctype html>
3+
<html lang="ja" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
<meta name="description" content="書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』の資料・サポート">
10+
11+
12+
<meta name="author" content="Ryo Suzuki">
13+
14+
15+
16+
17+
18+
19+
20+
21+
<link rel="icon" href="/assets/images/favicon.png">
22+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.7">
23+
24+
25+
26+
<title>書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート</title>
27+
28+
29+
30+
<link rel="stylesheet" href="/assets/stylesheets/main.ec1eaa64.min.css">
31+
32+
33+
<link rel="stylesheet" href="/assets/stylesheets/palette.ab4e12ef.min.css">
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
47+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+JP:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
48+
<style>:root{--md-text-font:"IBM Plex Sans JP";--md-code-font:"Roboto Mono"}</style>
49+
50+
51+
52+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
53+
54+
<link rel="stylesheet" href="/stylesheets/extra.css">
55+
56+
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
57+
58+
59+
60+
61+
62+
</head>
63+
64+
65+
66+
67+
68+
69+
70+
<body dir="ltr" data-md-color-scheme="lecture" data-md-color-primary="indigo" data-md-color-accent="indigo">
71+
72+
73+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
74+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
75+
<label class="md-overlay" for="__drawer"></label>
76+
<div data-md-component="skip">
77+
78+
</div>
79+
<div data-md-component="announce">
80+
81+
</div>
82+
83+
84+
85+
86+
87+
88+
<header class="md-header md-header--shadow" data-md-component="header">
89+
<nav class="md-header__inner md-grid" aria-label="ヘッダー">
90+
<a href="/." title="書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート" class="md-header__button md-logo" aria-label="書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート" data-md-component="logo">
91+
92+
<img src="/assets/images/code-white-48dp.svg" alt="logo">
93+
94+
</a>
95+
<label class="md-header__button md-icon" for="__drawer">
96+
97+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
98+
</label>
99+
<div class="md-header__title" data-md-component="header-title">
100+
<div class="md-header__ellipsis">
101+
<div class="md-header__topic">
102+
<span class="md-ellipsis">
103+
書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート
104+
</span>
105+
</div>
106+
<div class="md-header__topic" data-md-component="header-topic">
107+
<span class="md-ellipsis">
108+
109+
110+
111+
</span>
112+
</div>
113+
</div>
114+
</div>
115+
116+
117+
118+
119+
120+
121+
122+
123+
<label class="md-header__button md-icon" for="__search">
124+
125+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
126+
</label>
127+
<div class="md-search" data-md-component="search" role="dialog">
128+
<label class="md-search__overlay" for="__search"></label>
129+
<div class="md-search__inner" role="search">
130+
<form class="md-search__form" name="search">
131+
<input type="text" class="md-search__input" name="query" aria-label="検索" placeholder="検索" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
132+
<label class="md-search__icon md-icon" for="__search">
133+
134+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
135+
136+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
137+
</label>
138+
<nav class="md-search__options" aria-label="検索">
139+
140+
<button type="reset" class="md-search__icon md-icon" title="クリア" aria-label="クリア" tabindex="-1">
141+
142+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
143+
</button>
144+
</nav>
145+
146+
<div class="md-search__suggest" data-md-component="search-suggest"></div>
147+
148+
</form>
149+
<div class="md-search__output">
150+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
151+
<div class="md-search-result" data-md-component="search-result">
152+
<div class="md-search-result__meta">
153+
検索を初期化
154+
</div>
155+
<ol class="md-search-result__list" role="presentation"></ol>
156+
</div>
157+
</div>
158+
</div>
159+
</div>
160+
</div>
161+
162+
163+
164+
</nav>
165+
166+
</header>
167+
168+
<div class="md-container" data-md-component="container">
169+
170+
171+
172+
173+
174+
175+
<main class="md-main" data-md-component="main">
176+
<div class="md-main__inner md-grid">
177+
178+
179+
180+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
181+
<div class="md-sidebar__scrollwrap">
182+
<div class="md-sidebar__inner">
183+
184+
185+
186+
187+
<nav class="md-nav md-nav--primary" aria-label="ナビゲーション" data-md-level="0">
188+
<label class="md-nav__title" for="__drawer">
189+
<a href="/." title="書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート" class="md-nav__button md-logo" aria-label="書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート" data-md-component="logo">
190+
191+
<img src="/assets/images/code-white-48dp.svg" alt="logo">
192+
193+
</a>
194+
書籍『C++でつくる ゲーム、対戦AI、CG、オーディオ、電子工作、競プロ、CI/CD、言語仕様』資料・サポート
195+
</label>
196+
197+
<ul class="md-nav__list" data-md-scrollfix>
198+
199+
200+
201+
202+
203+
204+
205+
<li class="md-nav__item">
206+
<a href="/." class="md-nav__link">
207+
208+
209+
210+
<span class="md-ellipsis">
211+
212+
213+
目次
214+
215+
216+
217+
</span>
218+
219+
220+
221+
</a>
222+
</li>
223+
224+
225+
226+
</ul>
227+
</nav>
228+
</div>
229+
</div>
230+
</div>
231+
232+
233+
234+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
235+
<div class="md-sidebar__scrollwrap">
236+
<div class="md-sidebar__inner">
237+
238+
239+
<nav class="md-nav md-nav--secondary" aria-label="目次">
240+
241+
242+
243+
244+
</nav>
245+
</div>
246+
</div>
247+
</div>
248+
249+
250+
251+
<div class="md-content" data-md-component="content">
252+
253+
<article class="md-content__inner md-typeset">
254+
255+
<h1>404 - Not found</h1>
256+
257+
</article>
258+
</div>
259+
260+
261+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
262+
</div>
263+
264+
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
265+
266+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
267+
ページトップへ戻る
268+
</button>
269+
270+
</main>
271+
272+
<footer class="md-footer">
273+
274+
<div class="md-footer-meta md-typeset">
275+
<div class="md-footer-meta__inner md-grid">
276+
<div class="md-copyright">
277+
278+
<div class="md-copyright__highlight">
279+
Copyright (c) 2026 Ryo Suzuki
280+
</div>
281+
282+
283+
Made with
284+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
285+
Material for MkDocs
286+
</a>
287+
288+
</div>
289+
290+
</div>
291+
</div>
292+
</footer>
293+
294+
</div>
295+
<div class="md-dialog" data-md-component="dialog">
296+
<div class="md-dialog__inner md-typeset"></div>
297+
</div>
298+
299+
300+
301+
302+
303+
<script id="__config" type="application/json">{"annotate": null, "base": "/", "features": ["navigation.instant", "navigation.top", "search.suggest", "search.highlight", "content.code.annotate", "content.code.copy", "content.tooltips"], "search": "/assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f", "clipboard.copy": "\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u30b3\u30d4\u30fc", "search.result.more.one": "\u3053\u306e\u30da\u30fc\u30b8\u5185\u306b\u3082\u30461\u4ef6\u898b\u3064\u304b\u308a\u307e\u3057\u305f", "search.result.more.other": "\u3053\u306e\u30da\u30fc\u30b8\u5185\u306b\u3042\u3068#\u4ef6\u898b\u3064\u304b\u308a\u307e\u3057\u305f", "search.result.none": "\u4f55\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f", "search.result.one": "1\u4ef6\u898b\u3064\u304b\u308a\u307e\u3057\u305f", "search.result.other": "#\u4ef6\u898b\u3064\u304b\u308a\u307e\u3057\u305f", "search.result.placeholder": "\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "search.result.term.missing": "\u691c\u7d22\u306b\u542b\u307e\u308c\u306a\u3044", "select.version": "\u30d0\u30fc\u30b8\u30e7\u30f3\u5207\u308a\u66ff\u3048"}, "version": null}</script>
304+
305+
306+
<script src="/assets/javascripts/bundle.d7400e89.min.js"></script>
307+
308+
309+
</body>
310+
</html>

assets/images/code-white-48dp.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.d7400e89.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)