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 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
Using `std::function<void(...)>` to call non-void function
Sep 13, 2022
c++
c++11
return-type
std-function
Using 'void' template arguments in C++
Sep 06, 2022
c++
templates
c++11
std-function
Is it illegal to invoke a std::function<void(Args...)> under the standard?
Aug 19, 2022
c++
c++11
language-lawyer
std-function
c++14
What is the return type of a lambda expression if an item of a vector is returned?
Sep 05, 2022
c++
c++11
lambda
std-function
return-type-deduction
C++ function types
Sep 04, 2022
c++
c++11
function-pointers
std-function
How to directly bind a member function to an std::function in Visual Studio 11?
Sep 03, 2022
c++
c++11
member-functions
std-function
C++ lambda capture this vs capture by reference
Sep 02, 2022
c++
c++11
lambda
std-function
How are C++11 lambdas represented and passed?
Aug 24, 2022
c++
c++11
lambda
parameter-passing
std-function
« Newer Entries
Older Entries »