MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / fixed_string

Method fixed_string

09.03-fixedString0/main.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 char data[5]{};
9
10 constexpr fixed_string(const char* str)
11 {
12 std::copy_n(str, 5, data);
13 }
14};
15
16int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected