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