글
c++11 타입추론 auto, decltype
프로그래밍
2015. 10. 28. 14:45
복사 생성자로 타입추론
auto iterStart = vectorData.begin();
변수나 객체로 타입 추론
decltype(iterStart) iterEnd;
iterEnd = vectorData.end();
'프로그래밍' 카테고리의 다른 글
C++ const 성능 향상 (0) | 2017.03.21 |
---|---|
PostQuitMessage DestroyWindow 차이 (0) | 2015.10.15 |
ubuntu 시스템 언어 변경 (0) | 2015.08.26 |
git 소개 (0) | 2015.08.21 |
Visual Assist X 소개 (0) | 2015.08.21 |