出典:Wikipedia
出典:『Wikipedia』 (2011/05/05 11:07 UTC 版)
A wrapper function is a function in a computer program whose main purpose is to call a second function with little or no additional computation. This is also known as method delegation. Wrapper functions can be used for a number of purposes.