diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/c++.html | 2 |
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, "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 <type_traits> template<typename T, typename... U> |