01.
17.9.1 Unary operatorsThe following rules apply to unary operator declarations, where T denotes the class or struct type that containsthe operator declaration:? A unary +, -, !, or ~ operator must take a single parameter o...查看完整版>>
17.9.1 Unary operators
02.
17.9.3 Conversion operatorsA conversion operator declaration introduces a user-defined conversion (§13.4), which augments the predefinedimplicit and explicit conversions.A conversion operator declaration that includes the ...查看完整版>>
17.9.3 Conversion operators
03.
17.9.2 Binary operatorsA binary operator must take two parameters, at least one of which must have the class or struct type in which theoperator is declared. The shift operators (§14.8) are further constrained: The typ...查看完整版>>
17.9.2 Binary operators
04.
17.9 OperatorsAn operator is a member that defines the meaning of an expression operator that can be applied to instances ofthe class. Operators are declared using operator-declarations:operator-declaration:attribu...查看完整版>>
17.9 Operators
05.
14.6.2 Unary minus operatorFor an operation of the form ?x, unary operator overload resolution (?4.2.3) is applied to select a specificoperator implementation. The operand is converted to the parameter type of the selected oper...查看完整版>>
14.6.2 Unary minus operator
06.
14.2.3 Unary operator overload resolutionAn operation of the form op x or x op, where op is an overloadable unary operator, and x is an expression oftype X, is processed as follows:?The set of candidate user-defined operators provided by X f...查看完整版>>
14.2.3 Unary operator overload resolution
07.
CUJ:高效使用标准库:STL中的unary predicateEffective Standard C++ Library: Unary Predicates in the STL Klaus Kreft and Angelika Langerhttp://www.cuj.com/experts/1904/toc.htm?topic=experts 标准运行库中的几个泛型算法在运行时使用了一元判...查看完整版>>
CUJ:高效使用标准库:STL中的unary predicate
08.
RFC121 - Network on-line operatorsNetwork Working Group M. KrilanovichRequest for Comments: 121 Computer Research Lab, UCSBNIC: 5833 21 April 1971 NETWORK ON-LINE OPERATORSPREFACE The operators described in this document have been...查看完整版>>
RFC121 - Network on-line operators
09.
The Perl Tutorial: Operators (3)The Perl Tutorial: Operators (3) The Perl Tutorial: Operators (3) Operators (操作符) 其它计算机语言所具有的操作符 ,Perl 也同样支持。操作符用来对操作数进行运算,在所有计算机语言中, Perl...查看完整版>>
The Perl Tutorial: Operators (3)
10.
14.13 Assignment operatorsThe assignment operators assign a new value to a variable, a property, event, or an indexer element.assignment:unary-expression assignment-operator expressionassignment-operator: one of= += -= *= /= %...查看完整版>>
14.13 Assignment operators
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。