Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 321 Bytes

pointer-to-function.mdx

File metadata and controls

7 lines (6 loc) · 321 Bytes
title
Pointer to function

import CodeBlock from '@theme/CodeBlock'; import pointer_to_function_cpp from '!!raw-loader!/src/cpp/arrays-pointers/03-pointer-to-function.cpp';

{pointer_to_function_cpp}