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

Method member_function

test_files/classes.cpp:71–71  ·  view source on GitHub ↗

example member function. @return double the value of `_x`.

Source from the content-addressed store, hash-verified

69 /// example member function.
70 /// @return double the value of `_x`.
71 auto member_function() { return _x *= 2; }
72
73
74 /// an overloaded member function that takes one parameter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected