MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / main

Function main

examples/module_bit/using_enum_bitflags.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int main() {
18 std::cout << "Opening file with OUT: \n";
19 open_file(IOMode::OUT);
20
21 std::cout << "Opening file with OUT | APP: \n";
22 open_file(bit::Flags{IOMode::OUT, IOMode::APP});
23}

Callers

nothing calls this directly

Calls 1

open_fileFunction · 0.85

Tested by

no test coverage detected