StackOverflow Questions for Tag: stdbind

rhb
rhb

Reputation: 1

Using std::bind, Lambda function or alternatives to pass a callback function in c-style to external dll

Score: 0

Views: 95

Answers: 3

Read More
KPathak
KPathak

Reputation: 49

Derived class member function not implicitly converted to base class member function

Score: 3

Views: 80

Answers: 1

Read More
patraulea
patraulea

Reputation: 884

Static C++ check for pure virtual functions passed in constructor to std::bind?

Score: 0

Views: 91

Answers: 0

Read More
jonthalpy
jonthalpy

Reputation: 1051

How to std::bind a function that in turn calls std::bind?

Score: 0

Views: 55

Answers: 0

Read More
SwiftMango
SwiftMango

Reputation: 15284

How to bind function to an object by reference?

Score: 20

Views: 17602

Answers: 2

Read More
SHIPWECK
SHIPWECK

Reputation: 99

Why can't I std::bind_front a function to std::apply?

Score: 2

Views: 143

Answers: 0

Read More
Mr.Anubis
Mr.Anubis

Reputation: 5312

std::function and std::bind: what are they, and when should they be used?

Score: 193

Views: 165837

Answers: 5

Read More
Jendas
Jendas

Reputation: 3579

Pass by value a move-only structure to function

Score: 15

Views: 2573

Answers: 2

Read More
LoveAndShare
LoveAndShare

Reputation: 75

mem_fn, bind, function difference when passing parameters

Score: -1

Views: 71

Answers: 1

Read More
hlebyshek
hlebyshek

Reputation: 5

Can I compose functions using std::bind*?

Score: 0

Views: 215

Answers: 2

Read More
Armin Sobhani
Armin Sobhani

Reputation: 68

Is there a way to access arguments stored in the function object returned by std::bind() in C++?

Score: 4

Views: 155

Answers: 2

Read More
codesavesworld
codesavesworld

Reputation: 793

Why does invoking a virtual method in constructor and binding a virtual method then calling it later yield different results?

Score: 7

Views: 167

Answers: 3

Read More
heLomaN
heLomaN

Reputation: 1794

Should we check a function not empty before applied with std::bind?

Score: 3

Views: 876

Answers: 2

Read More
康桓瑋
康桓瑋

Reputation: 42736

Why does bind_front/bind_back/not_fn/bind require Args... to be move-constructible?

Score: 1

Views: 215

Answers: 1

Read More
Atul
Atul

Reputation: 765

std::bind and overloaded function

Score: 16

Views: 16880

Answers: 1

Read More
Samarth S
Samarth S

Reputation: 335

std::bind behaves differently when passed a pointer vs reference

Score: 1

Views: 92

Answers: 1

Read More
Antonio
Antonio

Reputation: 377

Bind pure virtual method

Score: 1

Views: 225

Answers: 2

Read More
lighthouse
lighthouse

Reputation: 553

C++ template function from callable class instance to std::function

Score: 3

Views: 119

Answers: 3

Read More
Mendes
Mendes

Reputation: 18441

How to use std::bind to correctly setup mosquitto callbacks on a C++ class member function

Score: 0

Views: 493

Answers: 2

Read More
javaLover
javaLover

Reputation: 6415

omit std::placeholders in std::bind

Score: 5

Views: 1576

Answers: 1

Read More
PreviousPage 1Next