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

Function clear

include/fmt/args.h:197–201  ·  view source on GitHub ↗

Erase all elements from the store.

Source from the content-addressed store, hash-verified

195
196 /// Erase all elements from the store.
197 void clear() {
198 data_.clear();
199 named_info_.clear();
200 dynamic_args_ = {};
201 }
202
203 /// Reserves space to store at least `new_cap` arguments including
204 /// `new_cap_named` named arguments.

Callers 1

flushMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected