forked from cplusplus/fundamentals-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
44 lines (41 loc) · 1.61 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="bower_components/cxx-html-doc-framework/framework.html"/>
</head>
<body unresolved="" class="cxx-draft">
<cxx-titlepage>
<cxx-project-number>19568</cxx-project-number>
<cxx-docnum>N4600</cxx-docnum>
<time pubdate="">2016-07-01</time>
<cxx-revises><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/n4584.html">N4584</a></cxx-revises>
<cxx-editor>
Geoffrey Romer<br/>
Google, Inc.<br/>
<cxx-email>[email protected]</cxx-email>
</cxx-editor>
<hgroup>
<h1>C++ Extensions for Library Fundamentals, Version 2</h1>
<h2 lang="fr">Extensions C++ pour la bibliothèque fondamentaux, version 2</h2>
</hgroup>
</cxx-titlepage>
<cxx-toc></cxx-toc>
<cxx-include href="general.html"></cxx-include>
<cxx-include href="mods.html"></cxx-include>
<cxx-include href="utilities.html"></cxx-include>
<cxx-include href="func.html"></cxx-include>
<cxx-include href="optional.html"></cxx-include>
<cxx-include href="any.html"></cxx-include>
<cxx-include href="string.view.html"></cxx-include>
<cxx-include href="memory.html"></cxx-include>
<cxx-include href="container.html"></cxx-include>
<cxx-include href="iterator.html"></cxx-include>
<cxx-include href="futures.html"></cxx-include>
<cxx-include href="algorithms.html"></cxx-include>
<cxx-include href="numeric.html"></cxx-include>
<cxx-include href="reflection.html"></cxx-include>
<cxx-publish-button source="https://github.com/cplusplus/fundamentals-ts"></cxx-publish-button>
</body>
</html>