nlohmann::ordered_map::require_input_iter

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;