DictionaryForumContacts

 zip-imp

link 19.06.2010 11:59 
Subject: invocation of a function named in the function call syntax
Пожалуйста помогите перевести слово invocation в контексте
Overload resolution selects the function to call in seven distinct contexts within the language:
― — invocation of a function named in the function call syntax (13.3.1.1.1);
― — invocation of a function call operator, a pointertofunction conversion function, a referencetopointertofunction conversion function, or a referencetofunction conversion function on a class object named in the function call syntax (13.3.1.1.2);
― — invocation of the operator referenced in an expression (13.3.1.2);
― — invocation of a constructor for directinitialization (8.5) of a class object (13.3.1.3);
― — invocation of a userdefined conversion for copyinitialization (8.5) of a class object (13.3.1.4);
― — invocation of a conversion function for initialization of an object of a nonclass type from an expression of class type (13.3.1.5); and
― — invocation of a conversion function for conversion to an lvalue to which a reference (8.5.3) will be directly bound (13.3.1.6).

 

You need to be logged in to post in the forum