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
How to add an remove std::functions from a std::vector [duplicate]
Nov 02, 2025
c++
c++11
stdvector
std-function
What does "switch and op code" in the context of type-erasure and/or just std::function?
Oct 30, 2025
c++
switch-statement
std-function
type-erasure
Parentheses inside template arguments e.g. std::function<int(int, float)>
Oct 29, 2025
c++
templates
c++17
std-function
Bad function call when using a std::function as a comparator
Oct 27, 2025
c++
lambda
std-function
Conversion from lambda to non-scalar type requested
Oct 26, 2025
c++
templates
lambda
std-function
Why std::function does not implicitly convert to bool in C++11? [duplicate]
Oct 26, 2025
c++
function
c++11
implicit-conversion
std-function
casting void* to std::function
Oct 25, 2025
c++11
casting
void-pointers
std-function
Why does C++ allow std::function assignments to imply an object copy?
Oct 22, 2025
c++
standards
std-function
Bind std::function error
Oct 16, 2025
c++
c++11
std-function
stdbind
Creating a callback with std::function as class-member
Sep 08, 2025
c++
c++11
copy
std-function
The reasoning behind Clang's implementation of std::function's move semantics
Sep 06, 2025
c++
clang
c++20
std-function
libc++
Passing std::function type which has a templated return type
Mar 15, 2023
c++
c++11
std-function
remove any element of vector<std::function<...>> that bound to member function
Feb 22, 2023
c++
vector
c++11
bind
std-function
Is it safe to pass C++11 std::function to a legacy function that takes boost::function
Feb 09, 2023
c++
c++11
boost
lambda
std-function
omit std::placeholders in std::bind
Feb 09, 2023
c++
c++11
std-function
stdbind
using a std::function or a forwarding reference as general-purpose callable object input parameter of a higher-order function?
Feb 07, 2023
c++
c++11
std-function
perfect-forwarding
Replacing std::function from within itself (by move-assignment to *this?)
Jan 30, 2023
c++
c++11
move-semantics
std-function
this-pointer
variant of functions with different return types
Jan 28, 2023
c++
variant
std-function
Strange behavior with std::function
Jan 14, 2023
c++
c++11
std-function
C++: Best way to strengthen the type safety of assignment to std::function?
Sep 03, 2025
c++
copy-constructor
std-function
Older Entries »