MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / Example

Method Example

cmake/cmake_make_unique.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6class Example {
7public:
8 Example(int i) : _i(i) {}
9
10 int get() const { return _i; }
11private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected