MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / StringRef

Method StringRef

external/include/catch.hpp:9509–9511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9507
9508namespace Catch {
9509 StringRef::StringRef( char const* rawChars ) noexcept
9510 : StringRef( rawChars, static_cast<StringRef::size_type>(std::strlen(rawChars) ) )
9511 {}
9512
9513 StringRef::operator std::string() const {
9514 return std::string( m_start, m_size );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected