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

Function operator"" _sr

Bcore/src/main/cpp/Dobby/tests/catch.hpp:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected