Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in std-function
g++: std::function initialized with closure type always uses heap allocation?
Mar 01, 2020
c++
lambda
c++11
std-function
Function template argument deduction (class vs funtion template)
Sep 15, 2022
c++
templates
std-function
template-argument-deduction
std::function copying parameters?
Oct 04, 2022
c++
c++11
std-function
Using std::function and std::bind to store callback and handle object deletion.
Nov 14, 2022
c++
c++11
std-function
stdbind
std::bind to a std::variant containing multiple std::function types
Oct 15, 2022
c++
c++17
std-function
std-variant
Clang++ generates executable that leaks memory, about std::function and lambda
Aug 19, 2022
c++
memory-leaks
c++11
clang
std-function
Why can std::function be constructed with a lambda with a different return type?
Sep 11, 2019
c++
lambda
std-function
std::function const correctness
Aug 26, 2022
c++
std-function
const-correctness
Why does C++23 std::move_only_function not have deduction guides?
Aug 30, 2022
c++
c++17
std-function
c++23
how to avoid static member function when using gsl with c++
Nov 30, 2020
c++
c++11
callback
gsl
std-function
Call to lambda is ambiguous despite explicitly stating the return type
Apr 13, 2022
c++
c++11
lambda
implicit-conversion
std-function
std::function instead of templates for predicates
Jun 29, 2021
c++
templates
c++11
stl
std-function
Does std::function allow an implicit cast from reference to copy in its return type?
Nov 10, 2019
c++
c++11
std-function
return-by-reference
How do I `std::bind` a non-static class member to a Win32 callback function `WNDPROC`?
Mar 22, 2022
c++
winapi
wndproc
std-function
stdbind
binding member functions in a variadic fashion
Apr 02, 2022
c++
templates
c++11
variadic-templates
std-function
How to pass std::function with different parameters to same function
Oct 31, 2022
c++
c++11
templates
variadic-templates
std-function
How to create a variadic template function with `std::function` as a function parameter?
Nov 02, 2022
c++
c++11
variadic-templates
std-function
What is the most efficient way to pass a non generic function?
Oct 02, 2019
c++
function
functor
std-function
Is there a use case for std::function that is not covered by function pointers, or is it just syntactic sugar? [duplicate]
Oct 28, 2022
c++
c++11
c++-standard-library
std-function
Why can't we trivially copy std::function
Sep 07, 2022
c++
c++11
std-function
« Newer Entries
Older Entries »