forward_list::begin
forward list에서 첫 번째 요소를 주소 지정하는 반복기를 반환합니다.
const_iterator begin() const;
iterator begin();
반환 값
A forward iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).
요구 사항
헤더: <forward_list>
네임스페이스: std