What is the translation of " 成员函数 " in English?

member function
成员函数
一个成员函数
a member function
成员函
member functions
成员函数
一个成员函数
a member function
成员函
members function
成员函数
一个成员函数
a member function
成员函

Examples of using 成员函数 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
记住,static成员函数只能访问类的static数据成员。
A static data member function accesses only the static data members of a class.
首先,他是个全局函数,而不是成员函数
First, it is a global function, not a member function.
封装可被用于隐藏数据成员和成员函数
Information hiding Encapsulation canbe used to hide data members and members function.
数据成员和成员函数都可以为公有或私有的。
Both data and function members can be either public or private.
定义成员函数类型.
Definition of member function.
Pure-specifier不能出现于成员函数定义中。
Pure-specifier cannot appear in a member function definition.
注意:这个函数不是成员函数.
Note: this function is not a member function!
B、operator>>和operator<<决不能是成员函数
Operator<< should not be a member function.
这些是成员函数.
These are the member functions.
一些成员函数是特殊的:在某些环境下,它们为编译器所定义,即使用户不定义。
Some member functions are special: under certain circumstances they are defined by the compiler even if not defined by the user.
任何成员函数指针都可以和0做比较以判断它是否为空。
Any member function pointer can be compared with 0 to see if it is null.
成员函数begin()和end()会返回iterator类型的迭代器;
Any type which has member functions begin() and end(), which return iterators to the elements of the type.
需要值得注意的是,就像成员函数指针,标准C++中同样提供了成员数据指针(memberdatapointer)。
It's worth noting that, as well as member function pointers, the C++ standard also providesmember data pointers.
一些函数将成为成员函数,而一些则不会(参见第23、24、46条)。
Some functions will be member functions, but some will not(see Items 23, 24, and 46).
若member是static成员或成员函数,则行为未定义。
If member is a static member or a member function, the behavior is undefined.
嵌套函数和类成员函数可以被称为闭包(也被称为委托),它们可使范型编程更为容易并保证类型安全。
Nested functions and class member functions can be referenced with closures(also called delegates), making generic programming much easier and type safe.
成员函数指针有一个可怕的限制:它们只能指向一个特定的类中的成员函数。
Member function pointers have a horrible restriction: they can only point to member functions of a single class.
它引入了多重继承、抽象类、静态成员函数、常数成员函数及成员保护等新特性。
And then it went through some major updates like- multiple inheritances, abstract classes,static member functions, constant member functions, and protected member functions..
如果你使用了成员函数指针,你最好使用typedef以防止混淆。
If you're using member function pointers, you should always use a typedef to avoid confusion.
Internal访问说明符允许一个类将其成员变量和成员函数暴露给当前程序中的其他函数和对象。
Internal access specifierallows a class to expose its member variables and member functions to other functions and objects in the current assembly.
Member-specification-访问指定符、成员对象及成员函数声明与定义的列表(见后述).
Member-specification- list of access specifiers, member object and member function declarations and definitions(see class definition).
当const和非const成员函数的实现在本质上相同时,可以通过使用一个非const版本来调用const版本来避免代码重复。
When const and non-const member functions have essentially identical implementations, code duplication can be avoided by having the non-const version call the const version.
构造函数是一个特殊的成员函数,名字与类名相同,不写返回值类型。
A constructor is a member function which has the same name of the class without a return type.
当const和非const成员函数的实现在本质上相同时,可以通过使用一个非const版本来调用const版本来避免代码重复。
When const and non-const member functions have very similar implementations you can avoid code duplication by having the non-cont version call the const version.
任何成员函数必须在struct声明中声明,不能把它放在其他地方。
Any member function must be declared in the struct declaration; you cannot put it elsewhere.
您还可以使用wait_for()或wait_until()成员函数指定等待超时,以避免无限期阻塞。
You can also specify a timeout on the wait using the wait_for()or wait_until() member functions to avoid indefinite blocking.
现在,我想你对成员函数指针的事情已经知道得太多了。
By now, you know far too much about member function pointers.
顺便提一句,注意extern“C”的链接声明对成员函数无效(见C++标准文档的7.5.4章节).
By the way,note that an extern"C" linkage declaration is ignored for member functions(7.5.4 of the C++ standard).
我同时会解释为什么使用成员函数指针的规则具有如此严格的限制。
This will alsohelp to explain why the rules about the use of member function pointers are so restrictive.
通用函数调用语法(UFCS)是D语言中的一个语法糖,它允许像调用一个对象的成员函数那样调用常规函数。
Universal Function Call Syntax(UFCS), is a syntactic sugar inD that allows the call of regular functions, like member functions of an object.
Results: 137, Time: 0.0183

Word-for-word translation

Top dictionary queries

Chinese - English