This commit is contained in:
Geoffrey White 2019-07-11 19:28:19 +01:00
Родитель 0029a33ee6
Коммит cf1869cfaa
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -41,9 +41,9 @@ class Class extends UserType {
/**
* Gets a function declared in this class.
* For template member functions, results include both the template
* and the instantiations of that template. If you only want the
* template, then use `getACanonicalMemberFunction()` instead.
* For template member functions, results include both the template
* and the instantiations of that template. If you only want the
* template, then use `getACanonicalMemberFunction()` instead.
*/
MemberFunction getAMemberFunction() { result = this.getAMember() }