Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Function overloading 5 found (45 total)

alternate case: function overloading

JS++ (510 words) [view diff] exact match in snippet view article find links to article

removed ECMAScript ASI 0.4.2 18 October 2016 (2016-10-18) Modules, function overloading, dead code elimination, editor integrations 0.4.2.1 24 October 2016 (2016-10-24)
Many-sorted logic (1,225 words) [view diff] exact match in snippet view article find links to article
dog}}\longrightarrow {\text{dog}}} may be issued; this is called function overloading, similar to overloading in programming languages. Order-sorted logic
Visitor pattern (3,978 words) [view diff] exact match in snippet view article find links to article
greatly simplified (a.k.a. Dynamic Visitor) by allowing use of simple function overloading to cover all the cases being visited. A dynamic visitor, provided
Unification (computer science) (7,390 words) [view diff] exact match in snippet view article
another declaration mother: dog → dog may be issued; this is called function overloading, similar to overloading in programming languages. Walther gave a
Comparison of programming languages (string functions) (4,077 words) [view diff] exact match in snippet view article
and cannot be passed to std::transform without a cast to resolve a function overloading ambiguity, e.g. std::transform(string.begin(), string.end(), result