memrootじしょ
英和翻訳
specifier
specifier
/ˈspɛsɪfaɪər/
スぺシファイア
1.
特定するもの。限定するもの。
何かを明確に特定したり、限定したりする役割を持つ語句や記号、または要素を指します。
The
`color`
specifier
indicates
the
exact
shade.
(色の指定子は正確な色合いを示します。)
The `color` specifier
色の指定子
indicates
示します
the exact shade
正確な色合い
In
grammar,
an
article
is
a
type
of
specifier.
(文法において、冠詞は特定子の一種です。)
In grammar
文法において
an article
冠詞は
is a type of specifier
特定子の一種です
He
used
a
data
type
specifier
in
his
code.
(彼はコード内でデータ型指定子を使用しました。)
He
彼は
used
使用しました
a data type specifier
データ型指定子を
in his code
彼のコードで
2.
(プログラミングなどで)ある要素の特性や動作を定義するキーワードや記号。
プログラミング言語において、変数、関数、クラスなどの性質(例えばアクセス権限、記憶域クラスなど)を記述するために用いられるキーワードや修飾子を指します。
Public
and
private
are
access
specifiers
in
C++.
(publicとprivateはC++におけるアクセス指定子です。)
Public and private
publicとprivateは
are access specifiers
アクセス指定子です
in C++
C++において
The
`static`
specifier
affects
the
lifetime
of
a
variable.
(static指定子は変数の寿命に影響を与えます。)
The `static` specifier
static指定子は
affects
影響を与えます
the lifetime of a variable
変数の寿命に
Storage
class
specifiers
determine
how
memory
is
allocated.
(記憶域クラス指定子は、メモリがどのように割り当てられるかを決定します。)
Storage class specifiers
記憶域クラス指定子は
determine
決定します
how memory is allocated
どのようにメモリが割り当てられるかを
関連
qualifier
modifier
indicator
designator
descriptor
attribute
keyword