|
|
От: |
Bell
|
|
| Дата: | 22.10.10 07:24 | ||
| Оценка: | |||
1.3.10 signature
the information about a function that participates in overload resolution (13.3): the types of its parameters
and, if the function is a class member, the cv- qualifiers (if any) on the function itself and the class in which
the member function is declared.2) The signature of a function template specialization includes the types of
its template arguments (14.5.5.1).
14.5.5.1/4
The signature of a function template consists of its function signature, its return type and its template parameter list.
...