Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::_counted_iterator_::iterator_traits_< I, typename > Struct Template Reference

Public Types

using difference_type = difference_type_t< I >
 
using iterator_category = std::output_iterator_tag
 
using pointer = void
 
using reference = void
 
using value_type = void