-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vitamin
committed
Jul 29, 2021
1 parent
8bb0e60
commit c7bd9bb
Showing
12 changed files
with
312 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Enum member isMutableControlBlock</title> | ||
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> | ||
<link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> | ||
<script type="text/javascript" src="../../scripts/jquery.js">/**/</script><script type="text/javascript" src="../../scripts/ddox.js">/**/</script> | ||
</head> | ||
<body onload="setupDdox();"> | ||
<nav id="main-nav"> | ||
<noscript> | ||
<p style="color: red">The search functionality needs JavaScript enabled</p> | ||
</noscript> | ||
<div id="symbolSearchPane" style="display: none"> | ||
<form action="#" method="GET"> | ||
<input id="symbolSearch" type="text" name="q" placeholder="Search for symbols" autocomplete="off" onchange="performSymbolSearch(40);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> | ||
</form> | ||
<ul id="symbolSearchResults" class="symbolList" style="display: none"></ul><script type="application/javascript" src="../../symbols.js"></script><script type="application/javascript">var symbolSearchRootDir = "../../"; | ||
$('#symbolSearchPane').show();</script> | ||
</div> | ||
<ul class="tree-view"> | ||
<li class="tree-view "> | ||
<div class="package ">autoptr | ||
</div> | ||
<ul class="tree-view"> | ||
<li> | ||
<div class="module selected"> | ||
<a href="../../autoptr/common.html">common</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../autoptr/intrusive_ptr.html">intrusive_ptr</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../autoptr/rc_ptr.html">rc_ptr</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../autoptr/shared_ptr.html">shared_ptr</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../autoptr/unique_ptr.html">unique_ptr</a> | ||
</div> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div id="main-contents"> | ||
<h1>Enum member isMutableControlBlock</h1><p>Check if type <code class="lang-d"><span class="pln">T</span></code> is of type <code class="lang-d"><a href="../../autoptr/common/ControlBlock.html"><span class="typ">ControlBlock</span></a><span class="pun">!(...)</span></code>. | ||
</p> | ||
<div class="prototype"> | ||
<code class="lang-d"> | ||
<div class="single-prototype"> | ||
<span class="kwd">enum</span> <span class="pln">isMutableControlBlock</span>(T...) | ||
<span class="pun">=</span> <span class="kwd">is</span><span class="pun">(</span><span class="typ">Unqual</span><span class="pun">!(</span><span class="pln">T</span><span class="pun">[</span><span class="lit">0</span><span class="pun">]) == </span><span class="typ">MutableControlBlock</span><span class="pun">!</span><span class="typ">Args</span><span class="pun">, </span><span class="typ">Args</span><span class="pun">...)</span><span class="pun">;</span> | ||
</div> | ||
</code> | ||
</div> | ||
|
||
|
||
<footer> | ||
<table class="license-info"> | ||
<tr> | ||
<th>Authors</th> | ||
<td> | ||
<p>github.com/submada/basic_string, Adam Búš | ||
</p> | ||
|
||
</td> | ||
</tr> | ||
<tr> | ||
<th>Copyright</th> | ||
<td> | ||
|
||
</td> | ||
</tr> | ||
<tr> | ||
<th>License</th> | ||
<td> | ||
<p>www.boost.org/LICENSE_1_0.txt, Boost License 1.0. | ||
</p> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
<p class="faint">Generated using the DDOX documentation generator</p> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.