helper type that is only defined if InputIt qualifies as an input iterator, used to constrain the iterator-range overload of insert
insert
Declared in <nlohmann/ordered_map.hpp>
<nlohmann/ordered_map.hpp>
template<typename InputIt> using require_input_iter = void;