Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
StatefulAccumulator Struct Reference

Public Member Functions

void operator() (auto t) const
 

Public Attributes

int sum = 0
 

Detailed Description

Definition at line 1136 of file ah-zip-utils_test.cc.

Member Function Documentation

◆ operator()()

void StatefulAccumulator::operator() ( auto  t) const
inline

Definition at line 1139 of file ah-zip-utils_test.cc.

References sum.

Member Data Documentation

◆ sum

int StatefulAccumulator::sum = 0
mutable

Definition at line 1138 of file ah-zip-utils_test.cc.

Referenced by operator()().


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