Search code examples
FastDelegate and lambdas - can't get them to work (Don Clugston's fastest possible delegates...


c++c++11lambdadelegatesstd-function

Read More
attempting to reassign std::function with std::bind and getting error "attempting to reference ...


c++xcodevisual-studiostd-functionstdbind

Read More
std::vector that holds class methods...


c++vectorenumsstdstd-function

Read More
Convert lambda with capture clause stored in std::function to raw function pointer...


c++bindinglambdafunction-pointersstd-function

Read More
Initializing class with a lambda passed into constructor, C++11...


c++11constructorstd-function

Read More
use of std::bind and std::function...


c++c++11std-functionstdbind

Read More
Constructing std::function target in-place...


c++c++11std-function

Read More
std::function vs function pointer...


c++function-pointersstd-function

Read More
A parallel for using std::thread?...


c++c++11parallel-processingstd-functionstdthread

Read More
Functional: Term does not evaluate error on functional 1149...


c++std-functionstdbind

Read More
C++ std::function-like template syntax...


templatesc++11syntaxvariadic-templatesstd-function

Read More
How to store functional objects with different signatures in modern C++...


c++11std-function

Read More
C++11 : typedef std::function and argument on itself...


c++c++11typedefforward-declarationstd-function

Read More
C++: Constructing std::function from templated method...


c++templatesc++11stdstd-function

Read More
Saving an anonymous function (lambda) as function-typed variable...


c++c++11lambdaanonymous-functionstd-function

Read More
no viable overloaded '=' for overloaded static member functions...


c++staticassignment-operatorstd-function

Read More
How to make these std::function parameters unambiguous?...


c++templatesc++11lambdastd-function

Read More
Deriving from std::function vs creating a functor manually...


functorstd-function

Read More
Storing generic std::functions in a STL map?...


templatesc++11lambdastd-function

Read More
Can I use named parameters in std::function template signature type argument?...


c++c++11std-function

Read More
Why can't the compiler deduce to this function template?...


c++templatesoverloadingstd-functionfunction-signature

Read More
Is there any way to check if an std::function points to a member of a valid object?...


c++c++11std-functionstdbindc++14

Read More
Should std::function assignment ignore return type?...


c++c++11std-functionc++14

Read More
Is it safe to change a function pointers signature and call it to ignore the return type?...


c++std-functionstdbind

Read More
Can a class written to work with a function object also work with a lambda or std::function type?...


c++c++11lambdafunctorstd-function

Read More
Passing a custom deleter to std::unique_ptr with std::function object...


c++c++11lambdaunique-ptrstd-function

Read More
std::function with unique_ptr argument...


c++c++11unique-ptrstd-functionstdbind

Read More
Forwarding tuple arguments to a function in VS2012...


c++visual-studio-2012c++11std-functionstdtuple

Read More
how to avoid static member function when using gsl with c++...


c++c++11callbackgslstd-function

Read More
"No matching function for call to... unresolved overloaded function type"...


c++classstd-functionstdbind

Read More
BackNext