diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/wrapper/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/wrapper/index.html')
-rw-r--r-- | files/ja/glossary/wrapper/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/glossary/wrapper/index.html b/files/ja/glossary/wrapper/index.html new file mode 100644 index 0000000000..3b7ab758af --- /dev/null +++ b/files/ja/glossary/wrapper/index.html @@ -0,0 +1,32 @@ +--- +title: Wrapper (ラッパー) +slug: Glossary/Wrapper +tags: + - CodingScripting + - Glossary + - Wrapper + - 用語集 +translation_of: Glossary/Wrapper +--- +<p>JavaScript のようなプログラミング言語において、<ruby>ラッパー<rp> (</rp><rt>wrapper</rt><rp>) </rp></ruby>は 1 つ以上の他の関数を呼び出すための関数であり、時には純粋に利便性のために、時にはプロセス中でまったく異なるタスクに合わせるために使用されます。</p> + +<p>例えば、AWS の SDK ライブラリはラッパーの例になります。</p> + +<h2 id="Learn_more" name="Learn_more">理解を深める</h2> + +<h3 id="General_Knowledge" name="General_Knowledge">一般知識</h3> + +<p>Wikipedia の {{Interwiki("wikipedia", "Wrapper function")}}</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a> + + <ol> + <li>{{Glossary("API")}}</li> + <li>{{Glossary("Class")}}</li> + <li>{{Glossary("Function")}}</li> + </ol> + </li> +</ol> +</section> |