helper type that is only defined if InputIt qualifies as an input iterator, used to constrain the iterator‐range overload of insert

Synopsis

Declared in <nlohmann/ordered_map.hpp>

template<typename InputIt>
using require_input_iter = void;

Created with MrDocs