Pointers ======== The pointer data type and indirect addressing are covered. .. toctree:: :maxdepth: 2 pointers.rst pointers_using.rst pointers_vs_references.rst pointers_vs_arrays.rst pointers_to_pointers.rst pointers_other.rst free-store.rst valgrind.rst function-pointers.rst lambda.rst std_function.rst