[C++11] Range Based For-Loop with custom type.
Short Articles 2013. 6. 26. 10:08커스텀 타입의 멤버 컨테이너에 대해서 range based for 를 지원하고자 할 때,
멤버 또는 전역으로 begin, end 함수를 제공해 주면 된다.
커스텀 컨테이너 타입을 사용 중이라면 해당 컨테이너가 iteration 지원이 되는지 확인한다.
'Short Articles' 카테고리의 다른 글
deprecated declaration (VC++) (0) | 2013.07.20 |
---|---|
[C++11] std::condition_variable_any (0) | 2013.03.12 |
std::async - std::launch policy (0) | 2013.03.11 |
Template Keywords & Introduce Templates Meta Programming (0) | 2012.04.21 |
Class Template (0) | 2012.04.07 |