MCPcopy Create free account
hub / github.com/fmtlib/fmt / string_view

Method string_view

test/base-test.cc:897–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895 struct nondeterministic_format_string {
896 mutable int i = 0;
897 FMT_CONSTEXPR operator fmt::string_view() const {
898 return {"{}", i++ != 0 ? 2u : 0u};
899 }
900 };
901
902#if !FMT_GCC_VERSION || FMT_GCC_VERSION >= 1200

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected