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

Public Member Functions

int operator() (int x) const
 

Public Attributes

int value
 

Detailed Description

Definition at line 473 of file thread_pool_test.cc.

Member Function Documentation

◆ operator()()

int Functor::operator() ( int  x) const
inline

Definition at line 476 of file thread_pool_test.cc.

References value.

Member Data Documentation

◆ value

int Functor::value

Definition at line 475 of file thread_pool_test.cc.

Referenced by operator()().


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