StackOverflow Questions for Tag: overloading

Daraan
Daraan

Reputation: 3947

Why does overloading __new__ with singledispatchmethod not work as expected?

Score: 0

Views: 164

Answers: 1

Read More
dlukes
dlukes

Reputation: 1793

Add custom overload to Python method with existing type hints

Score: 0

Views: 132

Answers: 1

Read More
Josh Johnson
Josh Johnson

Reputation: 563

C++ same function parameters with different return type

Score: 14

Views: 56412

Answers: 10

Read More
jkeys
jkeys

Reputation: 3955

How does the compiler determine which member functions mutate?

Score: 1

Views: 230

Answers: 3

Read More
Yaman K Singla
Yaman K Singla

Reputation: 394

Overloading of virtual functions

Score: 14

Views: 14717

Answers: 2

Read More

Abnormal method overloading result in Java with ternary/conditional operator

Score: 5

Views: 174

Answers: 4

Read More
Iain
Iain

Reputation: 15

C++ Template specialization matches different functions with namespace op

Score: 1

Views: 71

Answers: 1

Read More
KamilCuk
KamilCuk

Reputation: 141698

How to annotate zipping of dictionaries of differnt ypes?

Score: 0

Views: 29

Answers: 0

Read More
Coder
Coder

Reputation: 2043

Alternative for function overloading in Go?

Score: 20

Views: 13627

Answers: 5

Read More
Happy-Go-Lucky
Happy-Go-Lucky

Reputation:

C++ - Constructor overloading - private and public

Score: 8

Views: 3494

Answers: 3

Read More
missingfaktor
missingfaktor

Reputation: 92096

Why "avoid method overloading"?

Score: 82

Views: 34141

Answers: 3

Read More
Joel
Joel

Reputation: 1678

std::function can't pick between overloads with polymorphic argument type

Score: 5

Views: 127

Answers: 3

Read More
Eternal Dreamer
Eternal Dreamer

Reputation: 483

Ignore the use of a C++ function during compilation having operator<<

Score: 1

Views: 112

Answers: 3

Read More
Rafael T
Rafael T

Reputation: 15689

let compiler do the work by overloading methods doesn't work

Score: 0

Views: 86

Answers: 2

Read More
xmcx
xmcx

Reputation: 346

How to force call non-the best match method if multiple methods matched in java

Score: 0

Views: 78

Answers: 1

Read More
J.K.Aery
J.K.Aery

Reputation: 665

Does C support function overloading?

Score: 64

Views: 41501

Answers: 9

Read More
Eyvind
Eyvind

Reputation: 5271

Will the Java compiler optimize away casts for manual overload resolution?

Score: 1

Views: 172

Answers: 2

Read More
Menol
Menol

Reputation: 1348

Why does C# allow overloads when the only difference is an optional parameter?

Score: 3

Views: 246

Answers: 2

Read More
Nick Farsi
Nick Farsi

Reputation: 427

C#, overload for single T and for IEnumerable<T>

Score: 1

Views: 559

Answers: 3

Read More
Tom R
Tom R

Reputation: 175

Combining the 'using' directive with partial overloading: gcc feature or intel bug?

Score: 7

Views: 783

Answers: 1

Read More
PreviousPage 3Next