MCPcopy 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
13enum Language {
14 English,
15 Français,
16 中文,
17};
18
19template <Language language = English>
20static constexpr auto greet(auto name) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected