Translation of "function overloading" into Japanese
多重定義 is the translation of "function overloading" into Japanese. Sample translated sentence: Another disadvantage appears in C++ when comparing non-basic types as the == is an operator and there may not be a suitable overloaded operator function defined. ↔ そのほか、C++において非基本型を == 演算子で比較する際、適切な演算子オーバーロードが存在しない場合があることも欠点に挙げられる。
function overloading
noun
grammar
A feature that allows creating several functions or methods with the same name differing in the type of the input and the output parameters.
-
多重定義
computer programming
-
Show algorithmically generated translations
Automatic translations of "function overloading" into Japanese
-
Glosbe Translate
-
Google Translate
Add example
Add
Translations of "function overloading" into Japanese in sentences, translation memory
Another disadvantage appears in C++ when comparing non-basic types as the == is an operator and there may not be a suitable overloaded operator function defined.
そのほか、C++において非基本型を == 演算子で比較する際、適切な演算子オーバーロードが存在しない場合があることも欠点に挙げられる。
During this stage, the compiler performs functions such as implicit conversions, function overload resolution, generating instructions for intrinsics, and so on.
このステージ中、コンパイラは暗黙の変換、関数のオーバーロードの解決、組み込みに対する命令の生成などの機能を実行します。
And their functions include: Standby Mode Switching Function, Overload Protection with input voltage compensation, Automatic Dead Time Adjustment, and Capacitive Mode Detection.
スタンバイ切り替え機能、電源入力電圧の影響が少ない過負荷保護機能、デッドタイム自動調整機能や共振外れ検出機能など、充実した保護機能を搭載しています。
Function overloading in its simplest form means that a function performs different tasks on the basis of number of arguments that are being passed to it.
Function overloading 最も単純な形式での関数のオーバーロードは、関数に渡される引数の数に基づいて、関数がさまざまなタスクを実行することを意味します。
You can specify extern "C" for only one instance of an overloaded function; all other instances of an overloaded function have C++ linkage.
多重定義された関数では、1 つのインスタンスに対してのみ extern "C" 構文を指定できます。多重定義された関数のその他のインスタンスは C++ の参照を持ちます。