강의 29분 45~50초 부분
루카스님께서 말씀하신 ":: 은 그냥 [~~에 있는 정도]로 해석하시면 됩니다" 라는 내용은!간단하게 생각하면 이전에 클래스 내부에 함수를 선언하고 클래스 외부에 함수를 정의할때를 생각하시면 됩니다.(Player 클래스 내부)void function(const int num);(클래스 외부)void Player::function (const int num){...}"Player 클래스 안에 function이 있다" 라고 해석한 것 처럼(사진)저희가 Vector 클래스에 iterator을 만들었으니"Vector클래스 안에 iterator이 있다" 라고 해석 하면 되는거죠!