SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
detail::counting_iterator Class Reference

Classes

struct  value_type
 

Public Types

using iterator_category = std::output_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using pointer = void
 
using reference = void
 
using _Unchecked_type = counting_iterator
 

Public Member Functions

size_t count () const
 
counting_iteratoroperator++ ()
 
counting_iterator operator++ (int)
 
value_type operator* () const
 

Friends

counting_iterator operator+ (counting_iterator it, difference_type n)