From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/wrapper/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/ja/glossary/wrapper/index.html (limited to 'files/ja/glossary/wrapper/index.html') 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 +--- +

JavaScript のようなプログラミング言語において、ラッパー (wrapper) は 1 つ以上の他の関数を呼び出すための関数であり、時には純粋に利便性のために、時にはプロセス中でまったく異なるタスクに合わせるために使用されます。

+ +

例えば、AWS の SDK ライブラリはラッパーの例になります。

+ +

理解を深める

+ +

一般知識

+ +

Wikipedia の {{Interwiki("wikipedia", "Wrapper function")}}

+ + -- cgit v1.2.3-54-g00ecf