Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 464 Bytes

example.rst

File metadata and controls

18 lines (13 loc) · 464 Bytes

Comparing two declarations

This example shows how two declarations can be compared.

Let's consider the following c++ file (example.hpp):

example.hpp

The following code will show you how to search for two functions, using different ways. Both declarations are then compared.

example.py