libzed 1.11.4
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
z::core::generator< T, S >::countedState Struct Reference

A specialized state for generator::enumerate() More...

#include <generator.hpp>

Public Attributes

long count
 The current index.
 
S state
 The state data of the original generator.
 

Detailed Description

template<typename T, typename S>
struct z::core::generator< T, S >::countedState

A specialized state for generator::enumerate()


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