Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Inline function 9 found (14 total)

alternate case: inline function

SciTE (455 words) [view diff] exact match in snippet view article find links to article

designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages. There is a standalone .exe
XPath 3 (382 words) [view diff] exact match in snippet view article find links to article
Compared to XPath 2.0, XPath 3.0 adds the following new features: Inline function expressions Anonymous functions can be created in an expression context
Index of object-oriented programming articles (438 words) [view diff] exact match in snippet view article find links to article
called immutable value) Information hiding Inheritance Initialize Inline function Inner class Instance (computer science) Instance method Instance variable
C preprocessor (4,216 words) [view diff] exact match in snippet view article find links to article
compile-time constant value that need not consume runtime memory. Inline function For a long time, a function-like macro was the only way to define function-like
Comparison of C Sharp and Java (13,904 words) [view diff] exact match in snippet view article find links to article
closure/inline function must be captured in a delegate reference to be useful at all. But a delegate does not always reference an inline function; it can
Win32 Thread Information Block (832 words) [view diff] exact match in snippet view article find links to article
Using Microsoft Windows SDK or similar, a programmer could use an inline function defined in winnt.h named NtCurrentTeb which returns the address of
Linear congruential generator (4,861 words) [view diff] no match in snippet view article find links to article
delphi}{$endif} interface function LCGRandom: extended; overload; inline; function LCGRandom(const range:longint): longint; overload; inline; implementation
Steffensen's method (3,251 words) [view diff] exact match in snippet view article find links to article
The fixed point iteration function is assumed to be input as an % inline function. % This function will calculate and return the fixed point, p, % that
Verse (programming language) (636 words) [view diff] exact match in snippet view article
supports lambda expressions and anonymous functions, allowing for inline function definitions, similar to how lambda functions are used in languages