Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
struct MyInt {
92
public:
93
MyInt(int value) : m_value(value) {}
94
int value() const { return m_value; }
95
private:
96
int m_value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected