Use this tag for questions specifically about the effects of the inline keyword, together with the appropriate language tag.
In C++, do methods only get inlined if they are explicitly declared inline (or defined in a header file), or …
c++ optimization compiler-construction inlineWhen compiling something as simple as inline int test() { return 3; } int main() { test(); return 0; } with gcc -c test.c, everything …
c inline c89I believe I understand the basics of inline functions: instead of a function call resulting in parameters being placed on …
scala inlineI have two questions: 1) Why are pointers to inline functions allowed in C++? I have read that the code of …
c++ function inlineThe inline keyword in F# seems to me to have a somewhat different purpose than what I'm used to in …
f# types inlineHow to detect whether a DOM element is block or inline with javascript? For example, is there a function/property …
javascript dom inlineI'm writing an XNA game where I do per-pixel collision checks. The loop which checks this does so by shifting …
c# optimization inline compilationI can't make sense of the following behavior: one header with some basic types, and another header in which I …
c++ function inlineI am posting a problem and solution here to help anyone who has experienced the same problem as me. I …
jquery fancybox inline fancybox-2