Skip to content

Instantly share code, notes, and snippets.

@EricWF
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save EricWF/54b2166bbc068218b013 to your computer and use it in GitHub Desktop.

Select an option

Save EricWF/54b2166bbc068218b013 to your computer and use it in GitHub Desktop.
<functional> cleanup
  1. <__functional_base>
    • unary_function and binary_function detection.
    • __weak_result_type.
    • __invoke definition (C++11 Only)
    • reference_wrapper
    • __is_transparent
    • uses_allocator metaprogramming
  2. <__functional_base_03>
    • (EXACT DUPLICATE) unary_function and binary_function detection.
    • (EXACT DUPLICATE) __weak_result_type.
    • (MOSTLY DUPLICATE) reference_wrapper.
    • __invoke (C++03 Only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment