codeql/cpp-all
0.12.0
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the target of this friend declaration. For example: X in class A { friend class X }.
X
class A { friend class X }
AccessHolder getFriend()