Update home authored by Alain O' Miniussi's avatar Alain O' Miniussi
......@@ -13,6 +13,6 @@ The examples are available [here](/..).
* [template.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/template.cpp): generalization
* [templstrbinder.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/templstrbinder.cpp): generalization and capture
* [stdfunction.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/stdfunction.cpp): basic usage of `std::function`
* [lambda.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/lambda.cpp): basic usage of lambdas.
* [lambda.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/lambda.cpp): basic usage of [lambdas](http://en.cppreference.com/w/cpp/language/lambda).
* [morelambda.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/lambda.cpp): less usage of lambdas.
* [callback.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/callback.cpp): classic callback example.
\ No newline at end of file