Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 729 Bytes

11_interfaces.rst

File metadata and controls

19 lines (16 loc) · 729 Bytes
.. default-domain:: cpp

Interfaces example

.. literalinclude:: ../../../examples/11_interfaces/main.cpp
    :start-after: #include <cassert>
    :end-before: return 0;