Search code examples
Can a std::map contain a reference to a constructor?...


c++c++11stdmapstd-function

Read More
Proxying a std::function to a C function that wants an array of arguments...


c++c++11bindingvariadic-templatesstd-function

Read More
Why std::bind cannot resolve function overloads with multiple arguments?...


templatesc++11lambdastd-function

Read More
std::function extract and remove argument...


c++c++11c++14std-functionstdbind

Read More
std::function variable arguments in one vector/map...


c++c++11c++14std-function

Read More
Vector of std::functions error...


c++g++stdvectorstd-function

Read More
Could not convert from brace initializer list to vector...


c++std-function

Read More
How to give a member function as a parameter?...


c++std-function

Read More
Using std::function and bind to assign functions with different argument lists...


c++opencvc++11std-functionstdbind

Read More
Create a "do-nothing" `std::function` with any signature?...


c++c++11lambdavariadic-templatesstd-function

Read More
Define a function f1(x) object from an another function f0(x,y), but setting y to a fixed value c++...


c++std-function

Read More
Compiler error when constructing a vector of std::function...


c++c++11vectorstdvectorstd-function

Read More
How do I store a vector of std::bind without a specific case for the template?...


c++vectorstd-functionstdbind

Read More
Is there a better way to do this than writing a wrapper allocator that stores a reference to a state...


c++memory-managementlambdaallocatorstd-function

Read More
Isn't the template argument (the signature) of std::function part of its type?...


c++c++11std-function

Read More
Why `is_constructible<function<int(int)>, int(*)(int,int)>::value` is true under VC2015R...


c++c++11visual-c++type-traitsstd-function

Read More
Mimic std::function template arguments...


c++templatesstdstd-function

Read More
Using std::function in member initialization list...


c++c++11std-functionstdbindmember-initialization

Read More
In whats case should use auto type?...


c++lambdaautoc++14std-function

Read More
Accept std::function with arbitrary inputs as input w/o Templates...


c++11mathinputlambdastd-function

Read More
Odd behaviour of std::function copy operator (MSVC2012)...


c++visual-c++std-functionvisual-studio-2012

Read More
Convert 2D function to 1D function...


c++11mathlambdalinear-algebrastd-function

Read More
Given the following, what type is "function"?...


c++lambdastd-function

Read More
std::bind makes no sense to me whatsoever...


c++std-function

Read More
std::function callbacks with asynchronous operations...


c++c++11asynchronouscallbackstd-function

Read More
Why assignment to std::function<X()> doesn't compile when it is a member of class X?...


c++c++11lambdastd-function

Read More
How to implement strategy pattern in C++ with std::function...


c++pointersc++11strategy-patternstd-function

Read More
In C++11, is it possible to wrap a template function in a std::function?...


c++templatesc++11std-functionstdbind

Read More
C++: Map of functions accepting any arguments and return value...


c++11argument-passingstdmapstd-function

Read More
std::function with C variadic arguments, not templated variable arguments...


c++c++11variadic-functionsstd-function

Read More
BackNext