In Listing 9, I define a simple function that takes no parameters.
在清单9中,定义了一个没有参数的简单函数。
The open/close parentheses denote a function that takes no parameters.
开始/结束括号表示一个不带参数的函数。
In this case, you will provide a default binding method, a method that takes no parameters.
此时,你可以提供一个默认的无参的绑定方法。
The function below that is the previously mentioned libxml_display_errors , which takes no parameters.
其后的函数是之前提到过的libxml_display_errors,它不接受参数。
This constraint forces any type 't' to have a default constructor, that is, a constructor that takes no parameters.
这个约束强制任何类型'T '都必须具有无参数的公共构造函数。
Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).
Vimscript中的函数使用function关键字定义,后跟函数名,然后是参数列表(这是强制的,即使该函数没有参数)。
Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).
Vimscript中的函数使用function关键字定义,后跟函数名,然后是参数列表(这是强制的,即使该函数没有参数)。
应用推荐