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

Function overloaded

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

an example unary overloaded function @param first the first input parameter @return `first`

Source from the content-addressed store, hash-verified

27/// @param first the first input parameter
28/// @return `first`
29auto overloaded(int first) -> float { return first; }
30
31/// an example binary overloaded function
32/// @param first the first input parameter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected