Effective Modern C++ Item 4 내용 정리

Minsu Kim·2021년 11월 26일
0

Effective Modern C++

목록 보기
4/6
post-thumbnail

Chap 1. 형식 연역 (Type Deduction)

Item 4. 연역된 형식을 파악하는 방법 (how to view deduced types)

📌 Main Point

  • To be writtern...
  • To be writtern...
  • To be writtern...

Ex) Example of code block

int x = 0;
f(x);				// annotation

👉 description 1
👉 description 2
⛔ warning
🔑 keypoint

💡 title

✔ subtitle

profile
📚 TIL & MISC

0개의 댓글