PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
PixelBullet::EnumerateWrapper< T >::iterator Class Reference

Public Types

using IterType = decltype(std::begin(std::declval<T&>()))
 
using DifferenceType = std::ptrdiff_t
 
using ValueType = std::tuple<std::size_t, decltype(*std::begin(std::declval<T&>()))>
 
using Pointer = void
 
using Reference = ValueType
 
using IteratorCategory = std::input_iterator_tag
 

Public Member Functions

 iterator (IterType iter, std::size_t index)
 
iteratoroperator++ ()
 
bool operator!= (const iterator &other) const
 
auto operator* () const
 

The documentation for this class was generated from the following file: