aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'print.html')
-rw-r--r--print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.html b/print.html
index e7afbf2..10d3605 100644
--- a/print.html
+++ b/print.html
@@ -2472,7 +2472,7 @@ int main() {
show(1, 1.0, "foo", '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;