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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Template struct | My Project</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header><nav id="navigation">
<div class="m-container">
<div class="m-row">
<a href="index.html" id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">My Project</a>
</div>
</div>
</nav></header>
<main><article>
<div class="m-container m-container-inflatable">
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
<div class="m-doc-include m-code m-inverted m-right-m m-text-right"><span class="cp">#include</span> <a class="cpf" href="File_8h.html"><File.h></a></div>
<div class="m-doc-template">template<class T, class U = void, class = int></div>
Template <span class="m-thin">struct</span>
</h1>
<p>Class with template parameters.</p>
<nav class="m-block m-default">
<h3>Contents</h3>
<ul>
<li>
Reference
<ul>
<li><a href="#pub-types">Public types</a></li>
</ul>
</li>
</ul>
</nav>
<section id="pub-types">
<h2><a href="#pub-types">Public types</a></h2>
<dl class="m-doc">
<dt>
<div class="m-doc-template">template<class V, bool = false></div>
using <a href="#a6b37f78f11b281740b9daf07f695c0fa" class="m-doc">Foo</a> = Buuu<V, false>
</dt>
<dd>Template alias.</dd>
</dl>
</section>
<section>
<h2>Typedef documentation</h2>
<section class="m-doc-details" id="a6b37f78f11b281740b9daf07f695c0fa"><div>
<h3>
<div class="m-doc-template">
template<class T, class U, class _3>
template<class V, bool = false>
</div>
using Template<T, U, _3>::<wbr /><a href="#a6b37f78f11b281740b9daf07f695c0fa" class="m-doc-self">Foo</a> = Buuu<V, false>
</h3>
<p>Template alias.</p>
<table class="m-table m-fullwidth m-flat">
<thead>
<tr><th colspan="2">Template parameters</th></tr>
</thead>
<tbody>
<tr>
<td style="width: 1%">V</td>
<td>Well, this is V as well</td>
</tr>
</tbody>
</table>
<p>Should include both template lists, with _3 for unnamed parameter.</p>
</div></section>
</section>
</div>
</div>
</div>
</article></main>
</body>
</html>
|