.. cpp_sample_project documentation master file, created by sphinx-quickstart on Wed Oct 12 18:24:43 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. A C++ Sample Project ============================================== .. toctree:: :maxdepth: 2 :caption: Contents: .. cpp:function:: std::vector multiples_of_three_or_five(int max) get a list of the integer multiples of three or five up to the provided maximum value .. cpp:function:: int sum_multiples_of_three_or_five(int max) get the sum of all the integer multiples of three or five up to the provided maximum value