| 40 | |
| 41 | template <std::size_t N> |
| 42 | constexpr LocalBuffer::LocalBuffer(const char (&buffer)[N]) |
| 43 | : LocalBuffer { buffer, N } {} |
| 44 | |
| 45 | constexpr LocalBuffer::LocalBuffer(const void * mem) |
| 46 | : LocalBuffer { |
nothing calls this directly
no outgoing calls
no test coverage detected