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

Function operator "" _sr

unittests/catch.hpp:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 auto operator << ( std::ostream& os, StringRef const& sr ) -> std::ostream&;
474
475 inline auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
476 return StringRef( rawChars, size );
477 }
478
479} // namespace Catch
480

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected