Return the value_type of the specified iterator type.
Synopsis
Declared in <bslstl_iteratorutil.h>
template<class INPUT_ITER>
using IterVal_t = bsl::iterator_traits<INPUT_ITER>::value_type;
Created with MrDocs