std::function

From Cppreference

Jump to: navigation, search

Template:cpp/utility/functional/function/sidebar


Contents

[edit] Member types

[edit] Member functions

[edit] Non-member functions

std::swap (C++11)
specializes the std::swap() algorithm for functions
(function template)
operator==
operator!=
(C++11)
compares an std::function with std::nullptr
(function template)

[edit] Helper classes

uses_allocator
associates a std::function with an Allocator
(class template specialization)