Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ LogLevel
Enum
LogLevel
10.16-logFunction2/main.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include <string_view>
8
9
enum LogLevel { Info, Warning, Error };
10
11
struct Format {
12
std::string_view fmt;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected