목록개발 공부/Effective Modern C++ (1)
음악, 삶, 개발
Effective Modern C++ 목차
From the Publisher Acknowledgments Introduction 1. Deducing Types Item 1: Understand template type deduction. Item 2: Understand auto type deduction. Item 3: Understand decltype. Item 4: Know how to view deduced types. 2. auto Item 5: Prefer auto to explicit type declarations. Item 6: Use the explicitly typed initializer idiom when auto deduces undesired types. 3. Moving to Modern C++ Item 7: Di..
개발 공부/Effective Modern C++
2020. 9. 16. 05:12