Function objects / adapters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cheeser

    Function objects / adapters


    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


  • Mike Wahler

    #2
    Re: Function objects / adapters

    "cheeser" <cheeser_1998@y ahoo.com> wrote in message
    news:xVJfb.7237 $La.4636@fed1re ad02...[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


    Comment

    Working...