MCPcopy Create free account
hub / github.com/LAStools/LAStools / create

Method create

src/json.hpp:6490–6493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6488 using adapter_type = iterator_input_adapter<iterator_type>;
6489
6490 static adapter_type create(IteratorType first, IteratorType last)
6491 {
6492 return adapter_type(std::move(first), std::move(last));
6493 }
6494};
6495
6496template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected