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
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
Performance of std::function compared to raw function pointer and void* this?
Jul 05, 2018
c++
c++11
boost-function
std-function
Deduce template argument from std::function call signature
Feb 04, 2022
c++
templates
std-function
template-argument-deduction
Default function that just returns the passed value?
Sep 23, 2022
c++
templates
c++11
lambda
std-function
Move constructor called twice when move-constructing a std::function from a lambda that has by-value captures
Apr 08, 2022
c++
lambda
c++17
move-semantics
std-function
Odd return behavior with std::function created from lambda (C++)
Apr 10, 2017
c++
c++11
lambda
g++
std-function
std::function as template parameter
Feb 07, 2022
c++
templates
c++11
std-function
Converting std::function<void(Derived*)> to std::function<void(Base*)>
Jun 08, 2018
c++
c++11
std-function
Is it possible to allow one std::function type accept lambdas with different signatures
Sep 06, 2022
c++
c++11
std-function
« Newer Entries
Older Entries »