Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 429 Bytes

example.rst

File metadata and controls

18 lines (13 loc) · 429 Bytes

Functions and arguments

This example shows how to work with function arguments

Let's consider the following c++ file:

example.hpp

The following code can be used to find the different arguments of a function and do some basic operations on them:

example.py