Search code examples
std::remove_if() problem with the for looping...

c++std-functionremove-if

Read More
std::function fails to distinguish overloaded functions...

c++c++11overload-resolutionstd-function

Read More
The reasoning behind Clang's implementation of std::function's move semantics...

c++clangc++20std-functionlibc++

Read More
Deduce template-argument from std::function's return type...

c++templatesc++11std-function

Read More
Creating a callback with std::function as class-member...

c++c++11copystd-function

Read More
Why can't you initialize objects with the assignment init but can with the parentheses init when...

c++c++14function-pointersstd-functiontype-erasure

Read More
Expand a type N times in template parameter...

c++templatesc++14std-function

Read More
Pushing back lambda to vector of functors produces infinite constructor calls...

c++lambdastdvectorfunctorstd-function

Read More
Why does std::function::operator= in C++ always construct and not assign object?...

c++stlstd-functionstdany

Read More
Why and how is std::function<void()> allowed to be assigned to callables with return types in ...

c++std-function

Read More
Calling a member-function by std::function with reference to the object type as first parameter...

c++pointer-to-memberstd-function

Read More
How to get this pointer from std::function?...

c++thisstd-functionthis-pointer

Read More
c++ How can i save function return type for lambda function without template?...

c++templateslambdasavestd-function

Read More
How to overload class method with two template parameters, so I can use std::function as one of them...

c++templatesstloverloadingstd-function

Read More
Lambda to function using generalized capture impossible?...

c++lambdastd-function

Read More
std::function lambda optimization...

c++memory-managementlambdac++14std-function

Read More
How to properly check if std::function is empty in C++11?...

c++c++11std-function

Read More
Why is class with std::function argument in constructor not implicitly convertible to callable...

c++lambdaimplicit-conversionstd-function

Read More
To transform std::bind to std::function?...

c++c++11stdstd-functionstdbind

Read More
How to call a function returning a function pointer?...

c++c++11function-pointersdereferencestd-function

Read More
C++ template class error: function returning a function...

c++templatesstd-function

Read More
Get function pointer from std::function that holds lambda...

c++lambdastd-function

Read More
Removing a std::function<()> from a vector c++...

c++11std-function

Read More
Problem converting member function pointer to std::function with CRTP...

c++xcodec++20clang++std-function

Read More
Why are `function<void (string)>` and `function<string (string)>` parameter types someti...

c++overloadingimplicit-conversionstd-functionambiguous

Read More
Dynamically create generic function pointer from method pointer, deducing return value and params...

c++callbackc++11std-functiongeneric-callback

Read More
C++ std::bind to std::function with multiple arguments...

c++std-functionstdbind

Read More
Pass curried function result as parameter in C++...

c++std-function

Read More
Should you use std::unique_ptr alongside std::function?...

c++shared-ptrunique-ptrstd-function

Read More
Constructing std::function from extern functions gives std::bad_function_call...

c++std-functionlinkage

Read More
BackNext