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
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
Why std::function has no function_type or equivalent member type?
Jan 09, 2023
c++
c++11
std-function
passing lambda to void specified template fails
Jan 04, 2023
c++
c++11
templates
lambda
std-function
Must I use lambda to pass a member function as std::function?
Dec 25, 2022
c++
std-function
std::function vs function pointer [duplicate]
Dec 21, 2022
c++
function-pointers
std-function
Type deduction for std::function
Dec 20, 2022
c++
c++11
templates
std-function
How to pass an overloaded member-function as parameter?
Dec 16, 2022
c++
class
c++11
pointer-to-member
std-function
non-capturing lambda and function pointer as parameter in overloaded function ambiguity
Nov 09, 2022
c++
function-pointers
std-function
overload-resolution
Is using shared_ptr and weak_ptr to manage lifetime of std::function safe?
Nov 07, 2022
c++
boost-asio
shared-ptr
boost-thread
std-function
remove an item from a vector of std::function
Nov 01, 2022
c++
c++11
vector
std-function
Low latency callback in C++
Oct 31, 2022
c++
callback
std-function
Define std::hash<std::function>
Oct 23, 2022
c++
c++11
hash
std-function
unordered-set
Binding a std::function to the same function of a different object instance
Oct 21, 2022
c++
c++11
std-function
Older Entries »