MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / create

Method create

examples/server/json.hpp:6419–6422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6417 using adapter_type = iterator_input_adapter<iterator_type>;
6418
6419 static adapter_type create(IteratorType first, IteratorType last)
6420 {
6421 return adapter_type(std::move(first), std::move(last));
6422 }
6423};
6424
6425template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected