diff options
author | johannst <johannst@users.noreply.github.com> | 2022-08-24 16:12:35 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2022-08-24 16:12:35 +0000 |
commit | 7384725b634a300e68acd911ec5ec7f0b802889c (patch) | |
tree | a60d5cbe5e93757143a36b32e0e3428c1d7d77e0 /development | |
parent | 865999619eb8e79a3e36ac17f782c7c302ca923e (diff) | |
download | notes-7384725b634a300e68acd911ec5ec7f0b802889c.tar.gz notes-7384725b634a300e68acd911ec5ec7f0b802889c.zip |
deploy: 087e4222f1964de9fbef1b11f1344b0f93cefbe2
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> |