Connecting Tech Pros Worldwide Help | Site Map

Function objects / adapters

  #1  
Old July 19th, 2005, 07:47 PM
cheeser
Guest
 
Posts: n/a

Hello all,

I'd like to find a clear and complete reference on the function objects /
adapters found in the C++ Standard Library. This would include all
supporting types that the programmer does not usually use directly (e.g.
binder1st). This is one of very few areas where I find the Josuttis book
lacking just a tad. Can anybody make any suggestions on a reference that
addresses this area clearly and completely?

Thanks,
Dave


  #2  
Old July 19th, 2005, 07:47 PM
Mike Wahler
Guest
 
Posts: n/a

re: Function objects / adapters


"cheeser" <cheeser_1998@yahoo.com> wrote in message
news:xVJfb.7237$La.4636@fed1read02...[color=blue]
>
> Hello all,
>
> I'd like to find a clear and complete reference on the function objects /
> adapters found in the C++ Standard Library.[/color]

The complete 'official' reference is the ISO standard
itself. "Clear" is of course a subjective issue.
[color=blue]
> This would include all
> supporting types that the programmer does not usually use directly (e.g.
> binder1st). This is one of very few areas where I find the Josuttis book
> lacking just a tad. Can anybody make any suggestions on a reference that
> addresses this area clearly and completely?[/color]

I find that the Josuttis book explains these issues
to my satisfaction. Perhaps you have specific questions
about what you've read, or what you feel is missing or
incompletely treated?

-Mike


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
peek inside container's elements from UnaryPredicate Rares Vernica answers 1 July 5th, 2008 09:15 PM
std::for_each Philip Potter answers 6 August 29th, 2006 04:45 PM
SQL programming. Working with auto-generated data objects. Viorel answers 0 November 17th, 2005 09:54 AM
Writing a method-functor daniel.w.gelder@gmail.com answers 4 July 23rd, 2005 04:17 AM