MCPcopy Create free account
hub / github.com/LUX-Core/lux / insert_range

Function insert_range

src/config/implementation.hpp:4044–4048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4042 // safety strong otherwise
4043
4044 template <class InputIt> void insert_range(InputIt i, InputIt j)
4045 {
4046 if (i != j)
4047 return insert_range_impl(extractor::extract(*i), i, j);
4048 }
4049
4050 template <class InputIt>
4051 void insert_range_impl(const_key_type& k, InputIt i, InputIt j)

Callers

nothing calls this directly

Calls 1

insert_range_implFunction · 0.85

Tested by

no test coverage detected