Search code examples
Try to create C# style event access modifier in C++ using std::functional and std::bind...


c++c++11std-functionstdbind

Read More
Class method accepting lambdas representing functions of various number of argument...


c++lambdastd-function

Read More
passing lambda to void specified template fails...


c++c++11templateslambdastd-function

Read More
What does my slot class miss that std::function has?...


c++c++11functional-programmingstd-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
Passing const class object to std::function and std::bind lead compilation error...


c++c++11constantsstd-functionstdbind

Read More
how to pass <std::function<void(int)>> paramater in c++...


c++multithreadingstd-function

Read More
callbacks fails when std::bind and std::function used...


c++11std-functionstdbind

Read More
How to pass std::function with different parameters to same function...


c++c++11templatesvariadic-templatesstd-function

Read More
Convert function with std::array of doubles as argument or the doubles separately as arguments...


c++type-conversionc++14std-function

Read More
Templated function with defaulted std::function parameter causes symbol [...] already defined...


c++templatesstd-function

Read More
Variadic Templates, std::function and lambdas as class members...


templateslambdac++17variadic-templatesstd-function

Read More
Deduce template argument from std::function call signature...


c++templatesstd-functiontemplate-argument-deduction

Read More
C++ decompose and then recompose std::function...


c++c++11lambdastdstd-function

Read More
callback in C++ struct...


c++callbackfunction-pointersstd-function

Read More
C++ bound function passed to a lambda...


c++lambdastd-function

Read More
Is it safe to change a function pointer (std::function) inside a called function?...


c++c++11std-function

Read More
how to make std::functions and lambdas which could take any type of argument...


c++lambdac++14std-function

Read More
std::bind to void* to std::function...


c++c++11void-pointersstd-functionstdbind

Read More
Passing a member function of another class into a std::function parameter...


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

Read More
rvalue references, std::reference_wrappers and std::function...


c++11c++17rvalue-referencestd-functionreference-wrapper

Read More
variadic template and std::function...


c++templatesc++14variadic-templatesstd-function

Read More
UML class diagram's <<bind>> vs std::bind()...


c++umlclass-diagramstd-functionstdbind

Read More
What is the most efficient way to pass a non generic function?...


c++functionfunctorstd-function

Read More
Using std::bind and std::function with a class member causes the callback to use an old object refer...


c++c++11callbackstd-functionstdbind

Read More
lambda expression and template deduction against std::function: why this works?...


c++lambdastd-functiontemplate-argument-deduction

Read More
How std::function<std::optional<T>()> is compatible with lambda returning T?...


c++lambdac++17std-function

Read More
std::function and comparison of std::function...


c++std-function

Read More
Function template argument deduction (class vs funtion template)...


c++templatesstd-functiontemplate-argument-deduction

Read More
Can't use the lambda function inside function template...


c++c++11templateslambdastd-function

Read More
BackNext