MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / StringRef

Method StringRef

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9577–9579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9575
9576namespace Catch {
9577StringRef::StringRef(char const *rawChars) noexcept
9578 : StringRef(rawChars, static_cast<StringRef::size_type>(std::strlen(rawChars))) {
9579}
9580
9581StringRef::operator std::string() const {
9582 return std::string(m_start, m_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected