MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator "" _sr

Function operator "" _sr

tests/catch.hpp:620–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 auto operator << ( std::ostream& os, StringRef const& sr ) -> std::ostream&;
619
620 inline auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
621 return StringRef( rawChars, size );
622 }
623
624} // namespace Catch
625

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected