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

Function template_function_example

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

Source from the content-addressed store, hash-verified

66/// @return Forty-two
67template <>
68int template_function_example() {
69 return 42;
70}
71
72//------------------------------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected