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

Method value

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected