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

Method flat_set

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

Source from the content-addressed store, hash-verified

138
139 template <typename... Ts>
140 explicit flat_set(Ts&&... args) : c{std::forward<Ts>(args)...} {}
141
142 auto begin() -> iterator { return c.begin(); }
143 auto end() -> iterator { return c.end(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected