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

Method static_method

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

@brief static member function. @return Zero. By which I mean `0`. In the sources, this comment is on multiple lines.

Source from the content-addressed store, hash-verified

124 // By which I mean `0`.
125 // In the sources, this comment is on multiple lines.
126 static int static_method() { return 0; };
127
128 /// templatized member function.
129 template <typename U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected