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

Method begin

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

Source from the content-addressed store, hash-verified

803
804struct not_range {
805 void begin() const {}
806 void end() const {}
807};
808static_assert(!fmt::is_formattable<not_range>{}, "");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected