summaryrefslogtreecommitdiff
path: root/sigc++/functors/mem_fun.h
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix links to sigc::slot and sigc::signalKjell Ahlstedt2021-12-291-1/+2
* ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0Kjell Ahlstedt2021-12-261-11/+8
* Second attempt to suit clang-format 10Kjell Ahlstedt2021-12-231-4/+2
* Format source code to suit clang-formatKjell Ahlstedt2021-12-231-4/+6
* Add missing perfect forwarding in mem_functor and pointer_functorSlava Andrejev2021-12-231-1/+1
* Add missing perfect forwarding in bound_mem_functor::operator()Slava Andrejev2021-12-231-1/+3
* Reformat code with make formatMurray Cumming2019-10-281-29/+23
* C++17: Use std::invoke().Murray Cumming2018-04-071-2/+3
* Docs: Fix invokation->invocation typos.Murray Cumming2016-04-291-8/+8
* Correct some doxygen comments for variadic parameters.Murray Cumming2016-04-201-2/+2
* Added missing copyright headers.Murray Cumming2016-04-201-0/+18
* Remove _A_ prefixes from method arguments.Murray Cumming2016-04-191-51/+51
* Header guards: Remove leading underscores (and trailing underscores).Murray Cumming2016-04-191-3/+3
* Use typename instead of class for all template parameters.Murray Cumming2016-04-191-12/+12
* Revert "Always use typename rather than class for template types."Murray Cumming2016-04-191-12/+12
* Always use typename rather than class for template types.Murray Cumming2016-04-191-12/+12
* Remove unnecessary functor_base.Murray Cumming2016-04-131-1/+1
* Remove all remaining result_type aliases.Murray Cumming2016-04-131-2/+0
* docs: mem_fun: Improve the simple description.Murray Cumming2016-04-011-1/+1
* docs: mem_fun: Improve the note about auto-disconnection.Murray Cumming2016-04-011-3/+5
* Reformat .h files with clang-format.Murray Cumming2016-03-301-66/+55
* docs: mem_fun/ptr_fun: Use the sigc::slot<R(Args...)> syntax.Murray Cumming2016-03-161-3/+3
* mem_functor: Remove now-unnecessary operator()(pointer).Murray Cumming2016-03-101-9/+0
* mem_fun(): Remove the T_obj* overloads.Murray Cumming2016-03-101-66/+0
* Put member_method*<> in sigc::internal namespace.Murray Cumming2016-03-081-5/+5
* Use mem_fun.h as a regular .h file.Murray Cumming2016-03-071-0/+365