Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ info
Method
info
Structural/NullObject/nullobject.cpp:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
struct NullLogger : Logger
99
{
100
void info(const string& s) override {}
101
void warn(const string& s) override {}
102
};
103
Callers
2
info
Method · 0.45
deposit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected