MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / StringRef

Method StringRef

tests/catch.hpp:11189–11191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11187
11188namespace Catch {
11189 StringRef::StringRef( char const* rawChars ) noexcept
11190 : StringRef( rawChars, static_cast<StringRef::size_type>(std::strlen(rawChars) ) )
11191 {}
11192
11193 StringRef::operator std::string() const {
11194 return std::string( m_start, m_size );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected