Update home authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -6,10 +6,10 @@ The examples are available [here](/..). ...@@ -6,10 +6,10 @@ The examples are available [here](/..).
# Examples # Examples
* [almostC.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/almostC.cpp) Plain C like function * [almostC.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/almostC.cpp): Plain C like function
* [overload.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/overload.cpp) Overloading * [overload.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/overload.cpp): Overloading
* [funcionobject.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/funcionobject.cpp) * [funcionobject.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/funcionobject.cpp): First function object
* [streambinder.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/streambinder.cpp) * [streambinder.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/streambinder.cpp): capture
* [template.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/template.cpp) * [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) * [templstrbinder.cpp](https://gitlab.oca.eu/aom/cxxfunc/blob/master/templstrbinder.cpp): generalization and capture
\ No newline at end of file