BloombergLP::bslstl::IteratorUtil_LegacyInsertDistance<t_INPUT_ITERATOR, t_SENTINEL, false>

This partial specialization handles the case where the sentinel type is not convertible to the iterator type and thus we do not support distance calculation. Note that this choice primarily applies on legacy platforms or when iterators do not properly model the modern iterator concepts.

Synopsis

Declared in <bslstl_iteratorutil.h>

template<
    class t_INPUT_ITERATOR,
    class t_SENTINEL>
struct IteratorUtil_LegacyInsertDistance<t_INPUT_ITERATOR, t_SENTINEL, false>;

Static Member Functions

Name
canCalculate
insertDistance