diff options
author | johannst <johannst@users.noreply.github.com> | 2022-08-23 19:33:47 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2022-08-23 19:33:47 +0000 |
commit | f647a8c45dda58078c86a96c68ae00ea1c69a222 (patch) | |
tree | 22bd878bdf2eb523a8c057ac6ba3b2377031ad6e /print.html | |
parent | 88bc7f1209668aa64b2f110121f6f4a2506b9d0c (diff) | |
download | notes-f647a8c45dda58078c86a96c68ae00ea1c69a222.tar.gz notes-f647a8c45dda58078c86a96c68ae00ea1c69a222.zip |
deploy: 298fc66925471fa3e09dce904c5f6f35ea942cf2
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2450,6 +2450,13 @@ the <code>.rodata</code> section as follows:</p> // force compile error typename decltype(foo)::_; </code></pre> +<h2><a class="header" href="#variadic-templates-a-hrefhttpsencppreferencecomwcpplanguageparameter_packparameter-packa" id="variadic-templates-a-hrefhttpsencppreferencecomwcpplanguageparameter_packparameter-packa">Variadic templates (<a href="https://en.cppreference.com/w/cpp/language/parameter_pack">parameter pack</a>)</a></h2> +<pre><code class="language-cpp">{{#include c++/meta.cc:3:}} +</code></pre> +<h2><a class="header" href="#a-hrefhttpsencppreferencecomwcpplanguagesfinaesfinaea-example-a-hrefhttpsencppreferencecomwcpptypesenable_ifenable_ifa" id="a-hrefhttpsencppreferencecomwcpplanguagesfinaesfinaea-example-a-hrefhttpsencppreferencecomwcpptypesenable_ifenable_ifa"><a href="https://en.cppreference.com/w/cpp/language/sfinae">SFINAE</a> example (<a href="https://en.cppreference.com/w/cpp/types/enable_if">enable_if</a>)</a></h2> +<pre><code class="language-cpp">{{#include c++/meta2.cc:3:}} + +</code></pre> <h1><a class="header" href="#glibc" id="glibc">glibc</a></h1> <h2><a class="header" href="#malloc-tracer-a-hrefhttpman7orglinuxman-pagesman3mtrace3htmlmtrace3a" id="malloc-tracer-a-hrefhttpman7orglinuxman-pagesman3mtrace3htmlmtrace3a">malloc tracer <a href="http://man7.org/linux/man-pages/man3/mtrace.3.html"><code>mtrace(3)</code></a></a></h2> <p>Trace memory allocation and de-allocation to detect memory leaks. |