MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / create

Method create

include/jwt/json/json.hpp:5056–5059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5054 using adapter_type = iterator_input_adapter<iterator_type>;
5055
5056 static adapter_type create(IteratorType first, IteratorType last)
5057 {
5058 return adapter_type(std::move(first), std::move(last));
5059 }
5060};
5061
5062template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected