Return the mapped-type of the specified iterator type, which is expected to refer to a pair<KEY_TYPE, MAPPED_TYPE>.
Declared in <bslstl_iteratorutil.h>
template<class INPUT_ITER>
using IterMapped_t = bsl::iterator_traits<INPUT_ITER>::value_type::second_type;