INITIALIZER in Japanese translation

イニシャライザ
initializer
initializer

Examples of using Initializer in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Objects declared constexpr have their initializer evaluated at compile time;
Constexprと宣言されたオブジェクトは、その初期化子がコンパイル時に評価される;
These rules apply to each embedded initializer list, as well as to the aggregate as a whole.
これらの規則は、埋め込まれた各初期化子リストと、集約全体に適用されます。
For C, the declaration and initializer may have to be split.
Cの場合、宣言および初期化子を分割する必要があることがあります。
Notice that the ExprBinary node for the second variable initializer statement is highlighted in the AST.
番目の変数初期化子ステートメントのExprBinaryノードがASTでハイライトされていることに注意してください。
An inline static data member can be defined in the class definition and may specify an initializer.
インライン静的データメンバはクラス定義内で定義でき、初期化子を指定することもできます。
A designated initializer must delegate up to a superclass initializer before assigning a value to an inherited property.
Designatedinitializerは、継承したプロパティに値を割り当てる前に、スーパークラスの初期化子に委譲しなければいけない。
A blank final is a final variable whose declaration lacks an initializer.
未初期化最終(blankfinal)は,宣言で初期化子を欠いている最終変数とする。
Local variables declared in a resource-acquisition are read-only, and must include an initializer.
Resource_acquisitionで宣言されたローカル変数は読み取り専用であり、初期化子を含める必要があります。
If an initializer is present, the type can be omitted; the variable will take the type of the initializer.
初期化子が与えられている場合は型を省略出来,その変数は初期化子が持つ型となる。
Until C++11, aggregate initialization could not be used in a constructor initializer list due to syntax restrictions.
C++11までは、集成体初期化は構文の制限によりコンストラクタの初期化子リストでは使用できませんでした。
Each initializer in the list is either a constant expression or an initializer list.
リストの各初期化子は定数式または初期化子リストです。
An initializer list is constant; its members cannot be changed once the initializer list is created, nor can the data in those members be changed.
初期化リストは定数であり、一度構築されたらそのメンバを変更することはできず、メンバ中のデータも変更できない。
The initializer list can be of arbitrary length, but must be homogeneous(all elements must be of a the template argument type, T, or convertible to T).
初期化リストの長さは可変だが、型は一様でなくてはならない(全ての要素がtemplate引数型T、もしくはTへ変換可能な型でなくてはならない)。
Matrix provides an initializer that takes two parameters called rows and columns, and creates an array that is large enough to store rows* columns values of type Double.
Matrixには2つのパラメータrowsとcolumnsを取るイニシャライザがあり、Double型のrows*columns値を保管するのに十分な大きさの配列を生成します。
Initializer lists: The most visible improvement is the use of initializer-list constructors to allow a container to take an initializer list as its argument.
初期化リスト:最も分かりやすい進歩は、初期化リストコンストラクタを使うことで、初期化リストを引数にとるコンテナが許容されるようになったことだ。
The Room class used for the rooms array is a simple class with one property called name, and an initializer to set that property to a suitable room name.
Rooms配列に使用されるRoomクラスは、nameと言う1つのプロパティと、そのプロパティを適切なroomのname(部屋の名前)に設定するイニシャライザを持つ単純なクラスです。
All standard containers can be used as a range, as can a std::string, an initializer list, an array, and anything for which you define begin()
全ての標準コンテナは範囲として使えるし、同様にstd::string、初期化リスト、配列、それにistreamのようにbegin()
Similarly to a restriction already existing for classes, Swift structs no longer allow defining an initializer in a different module that directly initialized the struct's fields.
既に存在するクラスに対する制限と同様に、Swift構造体は、別のモジュールで、構造体のフィールドを直接初期化するイニシャライザを定義することはできない。
A test initialization method is not required for running tests, but if you need to initialize some variables before you run a test, you use the test initializer method.
テストの実行にテスト初期化メソッドは必須ではありませんが、テストの実行前に一部の変数を初期化する必要がある場合は、テスト初期化メソッドを使用します。
If the number of initializer clauses exceeds the number of members and bases(since C++17) to initialize, the program is ill-formed(compiler error).
初期化子節の数が初期化するメンバおよび基底(C++17以上)の数を超える場合、プログラムはill-formedです。
Results: 60, Time: 0.0291

Top dictionary queries

English - Japanese