forward_list::difference_type
부호 있는 정수 형식은 반복기가 가리키는 요소 사이의 범위에 있는 forward list의 요소의 갯수를 표현하는 데에 사용될 수 있습니다.
typedef typename Allocator::difference_type difference_type;
설명
difference_type describes an object that can represent the difference between the addresses of any two elements in the controlled sequence.
요구 사항
헤더: <forward_list>
네임스페이스: std