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

Method begin

test/ranges-test.cc:459–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457struct zstring {
458 const char* p;
459 auto begin() const -> const char* { return p; }
460 auto end() const -> zstring_sentinel { return {}; }
461};
462

Callers 5

beginMethod · 0.45
beginMethod · 0.45
beginMethod · 0.45
TESTFunction · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected