MCPcopy Create free account
hub / github.com/fmtlib/fmt / ~node

Method ~node

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

Source from the content-addressed store, hash-verified

37// unit for placing vtable. So node is made a fake template.
38template <typename = void> struct node {
39 virtual ~node() = default;
40 std::unique_ptr<node<>> next;
41};
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected