Summary
Team LiB
Previous Section Next Section

Summary

Be cheap, be adaptable: Design function objects to be values that are cheap to copy. Where possible, make them adaptable by inheriting from unary_- or binary_function.

    Team LiB
    Previous Section Next Section