Search code examples
What is the purpose of std::function and how do I use it?...

c++c++11lambdafunction-pointersstd-function

Read More
Eliminating use of binary_function and result_type...

c++11c++17std-functionresulttype

Read More
Should you capture data members by reference or with [this] in a lambda?...

c++c++11lambdastd-function

Read More
How std::function works...

c++c++11std-function

Read More
template argument deduction/substitution failed, when using std::function and std::bind...

c++templatesbindstd-functiontemplate-argument-deduction

Read More
Setting a "function pointer"-like member to a noexcept lambda...

c++function-pointersmemberstd-function

Read More
No user-defined-conversion operator available that can perform this conversion, or the operator cann...

c++lambdaconditional-operatorstd-function

Read More
std::function as a std::map key...

c++std-function

Read More
What different between "typeSpecifier functionPointer = & definedFunction" and "t...

c++function-pointersstd-function

Read More
std::function and shared_ptr...

c++std-functionc++-loki

Read More
How do I pass an std::function as a parameter to an assignment operator?...

c++visual-studio-2022std-function

Read More
Calling base class method with std::function...

c++oopstdvirtual-functionsstd-function

Read More
C++ template function from callable class instance to std::function...

c++c++11templatesstd-functionstdbind

Read More
omit std::placeholders in std::bind...

c++c++11std-functionstdbind

Read More
How to directly bind a member function to an std::function in Visual Studio 11?...

c++c++11member-functionsstd-function

Read More
C++11 lambda as data member?...

c++c++11lambdastd-function

Read More
How to use a base class template member function in derived?...

c++templatesinheritancestd-functionstdbind

Read More
Is there a way to create a hash of a function wrapped by `std::function<>`?...

c++hashstd-functionmember-functionsstdbind

Read More
Candidate function not viable: passing std::function as a parameter (C++)...

c++templatesstd-function

Read More
Why is std::function implemented as a partial template specialisation with an empty base declaration...

c++templatesstd-functionpartial-specialization

Read More
A problem passing functions from std as a function parameter...

c++stdstd-function

Read More
std::function: cannot convert derived class parameter to base class parameter...

c++parametersdom-eventsc++17std-function

Read More
Can we take template types like the std::function does in our custom classes...

c++std-function

Read More
C++17: Want to write `hom<(A, B), C>` to alias `std::function<C(A, B)>`...

c++templatesfunctional-programmingc++17std-function

Read More
what's the meaning of "std::function<void(int)>{}"...

c++std-function

Read More
Passing a function as function argument in Boost.Python...

c++c++11boostboost-pythonstd-function

Read More
How can I prevent implicit conversion among `std::function`s with differenent argument types?...

c++implicit-conversionstd-function

Read More
How to reset an std::function?...

c++std-function

Read More
Is it possible to bind a function from a vector of objects to a std::function, or how would you acce...

c++vectorstdvectorstd-functionstdbind

Read More
Using a vector of std::function<void(Base&)> to insert std::function<void(Derived&)...

c++compiler-errorspolymorphismstd-functionstdbind

Read More
BackNext