Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ getStamp
Method
getStamp
generics/Mixins.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
public:
13
TimeStamped() { timeStamp = time(0); }
14
long getStamp() { return timeStamp; }
15
};
16
17
template<class T> class SerialNumbered : public T {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected