Gobelijn API documentation
- generated for commit a0cbea7
|
#include <functional>
#include <iostream>
Go to the source code of this file.
Functions | |
std::function< int(int)> | makeCountingAdder (int &counter) |
int | main () |
std::function<int(int)> makeCountingAdder | ( | int & | counter | ) |
Definition at line 6 of file lambda-functor.cpp.
Referenced by main().
int main | ( | ) |
Definition at line 15 of file lambda-functor.cpp.
References makeCountingAdder().