Search code examples
How to pass a std::function with capture through a C API?...

c++c++11lambdastd-function

Read More
Assigning a class member function to a variable of type std::function<void(void *)>...

c++lambdac++17std-function

Read More
Why can't I use std::function as a std::set or std::unordered_set value type?...

c++unordered-mapstd-functionstdset

Read More
Can I assign a callable to a std::function with a different return type?...

c++undefined-behaviorstd-function

Read More
C++11 lambda implementation and memory model...

c++c++11memorylambdastd-function

Read More
Move constructor called twice when move-constructing a std::function from a lambda that has by-value...

c++lambdac++17move-semanticsstd-function

Read More
GCC bug or not : default std::function?...

c++c++11gcclambdastd-function

Read More
C++11 std::set lambda comparison function...

c++stlc++11lambdastd-function

Read More
How to make c++ compiler distinguish between std::function<void()> and std::function<asio::...

c++std-function

Read More
Why doesn't c++ distinguish between std::function<void()> and std::function<asio::await...

c++std-function

Read More
passing member function const and non-const overload to std::function...

c++overloadingfunction-pointerspointer-to-memberstd-function

Read More
How to expand function template parameters package in std::function as the function's argument?...

c++std-functiontemplate-argument-deductionfunction-templates

Read More
reasons for using std::invoke to invoke std::function object...

c++function-pointersstd-functionstd-invoke

Read More
Implicit conversion of an std::function<void()> to void*...

c++c++11castingstd-function

Read More
std::function to functions with default argument...

c++functorstd-functiondefault-arguments

Read More
std::function<__callback void (void)> vs std::function<void (void)>?...

c++windowscallbackstd-functionwdk

Read More
Storing a lambda that returns a reference into a std::function...

c++lambdareferencestd-function

Read More
Marshal::GetFunctionPointerForDelegate: should I release its result?...

c#lambdac++-clistd-function

Read More
Why code below doesn't compile and what can we do to make it compile in the end?...

c++templateslambdastd-function

Read More
How to send the caller object as parameter to the callback function...

c++std-function

Read More
How is std::function implemented?...

c++c++11lambdastd-function

Read More
How to assign different methods (member functions) with different return types to a variable defined...

c++function-pointersstd-function

Read More
std::function and std::bind: what are they, and when should they be used?...

c++c++11std-functionstdbind

Read More
How can a function that requires another function as a parameter can be used within a class in c++?...

c++functionpointersstd-functionstatic-cast

Read More
Why invoking operator() as a std::function does not work...

c++std-function

Read More
Understanding the overhead from std::function and capturing synchronous lambdas...

c++templateslambdainlinestd-function

Read More
Function template overload with std::function type parameter, nullptr value and shared_ptr type...

c++templatesoverloadingstd-functionoverload-resolution

Read More
mem_fn, bind, function difference when passing parameters...

c++std-functionstdbind

Read More
Bad function call when using a std::function as a comparator...

c++lambdastd-function

Read More
How can I pass a parameter pack to a void pointer in C++?...

c++variadic-templatesstd-function

Read More
BackNext