Search code examples
How can I make a template function an argument to another template function?...


c++templatesc++11parametersstd-function

Read More
Should I copy an std::function or can I always take a reference to it?...


c++lambdastd-function

Read More
How can I use polymorphism with std::function?...


functionc++11bindstd-function

Read More
Can std::function be serialized?...


c++serializationtheorystd-function

Read More
How do I `std::bind` a non-static class member to a Win32 callback function `WNDPROC`?...


c++winapiwndprocstd-functionstdbind

Read More
std::function which returns any summable type?...


c++templatesc++11openmpstd-function

Read More
in base class, how to define a container to contain function obj which can be any func of derived cl...


c++c++11stlstd-functionstdbind

Read More
Invoking member of an object from another one by using `std::function`...


c++oopc++11callbackstd-function

Read More
Implicit argument conversion ambiguity in non-member functions overloads with std::function?...


c++stringcharstring-literalsstd-function

Read More
C++ function types...


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

Read More
Executing bound std::function throws std::bad_function_call...


c++runtime-errorfunction-callsstd-functionstdbind

Read More
Does std::function() check the type when compiling code in C++11 in VS2010?...


c++c++11typecheckingstd-function

Read More
assign abstract functors to std::function - why is std::ref a solution?...


c++c++11operator-overloadingstd-function

Read More
Understanding std::function and std::bind...


c++c++11std-functionstdbind

Read More
passing function objects pointers to functions accepting a pointer to a std::function...


c++templatesc++11std-function

Read More
C++: insert tuple in multiset with std::function, and keeping an order...


c++vectorinsertstd-functionmultiset

Read More
How to bind a std::function to JavaScript V8?...


javascriptc++bindingv8std-function

Read More
Is there something similar to std::function before C++11?...


c++c++11std-function

Read More
can you pass in any pointer type or base class into a function typedef...


c++stdtypedefstd-function

Read More
Is there a use case for std::function that is not covered by function pointers, or is it just syntac...


c++c++11stdstd-function

Read More
C++ Dynamically load arbitrary function from DLL into std::function...


c++dllc++11dllexportstd-function

Read More
Strange template syntax in <functional>...


c++templatesc++11std-functionstdbind

Read More
Algorithm function: Make it a template or take a std::function parameter?...


c++c++11signals-slotsstl-algorithmstd-function

Read More
std::function for method argument, copy or shared_ptr?...


c++shared-ptrpass-by-valuestd-function

Read More
C++ How to Reference Templated Functions using std::bind / std::function...


c++c++11callbackfunction-pointersstd-function

Read More
C++11 std::function and std::reference wrapper used for sorting std::set...


c++c++11stdfunctorstd-function

Read More
I am trying to pass a lambda as argument...


c++c++11lambdastd-function

Read More
std::function pointer to member function taking rvalue arguement MSVC2010 SP1...


c++rvalue-referencestd-functionstdbind

Read More
Custom sort to map trough the constructor...


c++stdmapstd-function

Read More
How to avoid explicit cast with std::bind() temporary objects?...


c++stlc++11std-functionstdbind

Read More
BackNext