From 15230bbb9b1f69def9b0e1b41a097638c0fda734 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 28 Apr 2020 09:11:18 +0000 Subject: deploy: fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e --- c++.html | 227 --------------------------------------------------------------- 1 file changed, 227 deletions(-) delete mode 100644 c++.html (limited to 'c++.html') diff --git a/c++.html b/c++.html deleted file mode 100644 index 8dc9708..0000000 --- a/c++.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - c++ - Notes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - -
-
-

c++

-

Type deduction

-

Force compile error to see what auto is deduced to.

-
auto foo = bar();
-
-// force compile error
-typename decltype(foo)::_;
-
- -
- - -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3