Effective Modern C++ Item 5 내용 정리

Minsu Kim·2021년 11월 26일
0

Effective Modern C++

목록 보기
5/6
post-thumbnail

Chap 2. auto

Item 5. 명시적 형식선언보다는 auto

📌 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개의 댓글