Return the type that is actually stored in a map. The supplied iterator type is expected to refer to a pair<KEY_TYPE, MAPPED_TYPE>.
Synopsis
Declared in <bslstl_iteratorutil.h>
template<class INPUT_ITER>
using IterToAlloc_t = bsl::pair<bsl::add_const_t<bsl::iterator_traits<INPUT_ITER>::value_type::first_type>, bsl::iterator_traits<INPUT_ITER>::value_type::second_type>;
Created with MrDocs