aboutsummaryrefslogtreecommitdiffhomepage
path: root/development
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2022-08-24 16:12:35 +0000
committerjohannst <johannst@users.noreply.github.com>2022-08-24 16:12:35 +0000
commit7384725b634a300e68acd911ec5ec7f0b802889c (patch)
treea60d5cbe5e93757143a36b32e0e3428c1d7d77e0 /development
parent865999619eb8e79a3e36ac17f782c7c302ca923e (diff)
downloadnotes-7384725b634a300e68acd911ec5ec7f0b802889c.tar.gz
notes-7384725b634a300e68acd911ec5ec7f0b802889c.zip
deploy: 087e4222f1964de9fbef1b11f1344b0f93cefbe2
Diffstat (limited to 'development')
-rw-r--r--development/c++.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/c++.html b/development/c++.html
index cf33af4..87dc88d 100644
--- a/development/c++.html
+++ b/development/c++.html
@@ -183,7 +183,7 @@ int main() {
show(1, 1.0, &quot;foo&quot;, 'a');
}
</code></pre>
-<h2 id="example-is_any_of-template-meta-function"><a class="header" href="#example-is_any_of-template-meta-function">Example: <code>is_any_of</code> template meta function</a></h2>
+<h2 id="example-any_of-template-meta-function"><a class="header" href="#example-any_of-template-meta-function">Example: <code>any_of</code> template meta function</a></h2>
<pre><code class="language-cpp">#include &lt;type_traits&gt;
template&lt;typename T, typename... U&gt;