MCPcopy Create free account
hub / github.com/c42f/tinyformat / MyInt

Method MyInt

tinyformat_test.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91struct MyInt {
92public:
93 MyInt(int value) : m_value(value) {}
94 int value() const { return m_value; }
95private:
96 int m_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected