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:
Frank B. Brokken 2010-08-24 14:36:45 +00:00
parent d96df6ae12
commit 930e5b034b

View file

@ -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