Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ Language
Enum
Language
hello_world.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
};
12
13
enum Language {
14
English,
15
Français,
16
中文,
17
};
18
19
template <Language language = English>
20
static constexpr auto greet(auto name) noexcept {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected