Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 8432430

Browse files
committed
Update md
1 parent 31c8652 commit 8432430

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ch16/16_1_6.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ The deleter type is part of the type of `unique_ptr` that must be specified at d
1717
2. more flexibility
1818
3. overhead
1919
20+
Difference:
2021
https://stackoverflow.com/a/27742765/9057530
2122
https://stackoverflow.com/a/21355146/9057530
2223
24+
Type erasure:
25+
http://davekilian.com/cpp-type-erasure.html
26+
27+
std::function:
28+
https://stackoverflow.com/questions/14936539/how-stdfunction-works
29+
https://shaharmike.com/cpp/naive-std-function/
30+
31+

0 commit comments

Comments
 (0)