목록2023/01/11 (1)
치춘짱베리굿나이스
[Rank 5] ft_containers - std::iterator_traits
std::iterator_traits namespace ft { template struct iterator_traits { // template로 가져온 클래스에서의 :: 값은 typename으로 가져와야 한다 typedef typename Iter::difference_type difference_type; typedef typename Iter::value_type value_type; typedef typename Iter::pointer pointer; typedef typename Iter::reference reference; typedef typename Iter::iterator_category iterator_category; // iterator의 특성 };뭐하는 친구인가요 반복자 특..
42/42s Cursus
2023. 1. 11. 22:57