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
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
Why do std::function instances have a default constructor?
Oct 24, 2022
c++
std-function
Why doesn't GCC's std::function use rvalue references to arguments passed by value to pass them between its internal delegates?
Mar 22, 2018
c++
c++11
gcc
libstdc++
std-function
Is it safe to change a function pointer (std::function) inside a called function?
Nov 09, 2022
c++
c++11
std-function
C++11 std::function and perfect forwarding
Sep 24, 2022
c++
c++11
perfect-forwarding
std-function
Syntax of C++ templates with function type parameters
Sep 30, 2019
c++
templates
c++11
std-function
std::bind makes no sense to me whatsoever
Sep 15, 2022
c++
std-function
How should I define a std::function variable with default arguments?
Sep 19, 2022
c++
c++11
lambda
std-function
Call operator with auto return type being chosen instead of constructor when using std::function
Dec 06, 2021
c++
c++14
std-function
function-object
return-type-deduction
Converting boost::function to std::function
Mar 15, 2022
c++
boost
stl
c++11
std-function
C++ std::function-like template syntax
Nov 20, 2022
templates
c++11
syntax
variadic-templates
std-function
how to declare properly the template taking function type as a parameter (like a std::function)
Jul 20, 2022
c++
templates
std-function
Why doesn't std::function participate in overload resolution?
Oct 13, 2022
c++
templates
translation
std-function
« Newer Entries
Older Entries »