StackOverflow Questions for Tag: inline-functions

Doohyeon Won
Doohyeon Won

Reputation: 329

A bizzare phenomenon on inline function?

Score: 0

Views: 77

Answers: 1

Read More
TheBigAmbiguous
TheBigAmbiguous

Reputation: 303

Are nested functions possible in VBA?

Score: 7

Views: 18857

Answers: 4

Read More
Forever a noob
Forever a noob

Reputation: 769

What's the difference between static inline, extern inline and a normal inline function?

Score: 49

Views: 18837

Answers: 2

Read More
Andrew
Andrew

Reputation: 1

Can the gcc static linker properly inline functions from a static library?

Score: 0

Views: 1231

Answers: 2

Read More
Ashwin
Ashwin

Reputation: 1643

Can a recursive function be inline?

Score: 160

Views: 56875

Answers: 9

Read More
Jay Conrod
Jay Conrod

Reputation: 29741

Why are C++ methods sometimes defined inside classes?

Score: 10

Views: 1723

Answers: 3

Read More
nazar
nazar

Reputation: 31

Initializing an mpz_t variable with a static function in between translation units

Score: 3

Views: 32

Answers: 0

Read More
user23904668
user23904668

Reputation:

C/C++ inline functions in a static library (.h file vs .c file)

Score: 0

Views: 49

Answers: 0

Read More
tribbloid
tribbloid

Reputation: 3868

how to ask a closure to return a borrowing at the end of its scope?

Score: 0

Views: 50

Answers: 1

Read More
wilbur_m
wilbur_m

Reputation:

What does extern inline do?

Score: 120

Views: 61597

Answers: 7

Read More
NJMR
NJMR

Reputation: 1964

What effect does inline have on linkage of functions?

Score: 19

Views: 4671

Answers: 2

Read More
Dirk Groeneveld
Dirk Groeneveld

Reputation: 2637

What happens to static variables in inline functions?

Score: 104

Views: 42747

Answers: 9

Read More
Charles Brunet
Charles Brunet

Reputation: 23160

Python equivalence to inline functions or macros

Score: 76

Views: 113814

Answers: 7

Read More
Michael Labbé
Michael Labbé

Reputation: 12296

When should I use __forceinline instead of inline?

Score: 47

Views: 41414

Answers: 13

Read More
Qiuye-Hua
Qiuye-Hua

Reputation: 19

Is there a way to automatically "lift" function-like macros to real inline functions?

Score: 0

Views: 95

Answers: 1

Read More
EFraim
EFraim

Reputation: 13058

In which translation unit are inline functions instantiated, and which definition does the linker use?

Score: 15

Views: 11952

Answers: 5

Read More
Day_Dreamer
Day_Dreamer

Reputation: 3373

What are the requirements for a function to be inlined?

Score: 4

Views: 1564

Answers: 5

Read More
Lennie De Villiers
Lennie De Villiers

Reputation: 345

What are the benefits of inline functions?

Score: 277

Views: 181555

Answers: 14

Read More
Ashish
Ashish

Reputation: 8529

When to use the inline function and when not to use it?

Score: 268

Views: 158133

Answers: 14

Read More
Marcos Bento
Marcos Bento

Reputation: 2040

Why should I ever use inline code?

Score: 33

Views: 27764

Answers: 16

Read More
PreviousPage 1Next