MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / StringRef

Method StringRef

test/catch.hpp:15204–15207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15202
15203namespace Catch {
15204StringRef::StringRef(char const* rawChars) noexcept
15205 : StringRef(rawChars, static_cast<StringRef::size_type>(std::strlen(rawChars)))
15206{
15207}
15208
15209StringRef::operator std::string() const
15210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected