MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / literal

Function literal

gil/std.str.hpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27} // namespace _impl_
28
29template <unsigned n> static constexpr auto literal(char const (&str)[n]) {
30 detail::string::StringLiteral literal = str;
31 return lib::ir::IR{literal};
32}
33
34static constexpr auto memcpy(auto dst, auto src, auto size) noexcept {
35 using _impl_::idx;

Callers 3

write_arrayFunction · 0.85
greetFunction · 0.85
calculator.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected