MCPcopy Create free account
hub / github.com/adobe/hyde / static_auto_function_example

Function static_auto_function_example

test_files/functions.cpp:52–52  ·  view source on GitHub ↗

an example static function with `auto` return type @return `0`

Source from the content-addressed store, hash-verified

50/// an example static function with `auto` return type
51/// @return `0`
52static auto static_auto_function_example() { return 0; }
53
54
55/// an example static function with trailing return type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected