mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Adding function wrapper adaptors
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@468 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
d96df6ae12
commit
930e5b034b
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
Function adaptors modify the working of existing function objects. There are
|
||||
two kinds of hi(function adaptor) function adaptors:
|
||||
Function adaptors modify the working of existing function objects. The STL
|
||||
offers three kinds of hi(function adaptor) function adaptors: binders,
|
||||
negators and function wrappers. Binders and negators are described here, the
|
||||
function wrappers are covered by the next section.
|
||||
itemization(
|
||||
it() em(Binders) hi(binder) are function adaptors converting
|
||||
hi(binary function object) binary function objects to
|
||||
|
|
Loading…
Reference in a new issue