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

Return 0 because distance calculation is not supported.

Synopsis

Declared in <bslstl_iteratorutil.h>

static
bsl::iterator_traits<t_INPUT_ITERATOR>::difference_type
insertDistance(
    t_INPUT_ITERATOR const& first,
    t_SENTINEL const& last);

Return Value

always 0

Parameters

NameDescription
firstbeginning of the half-open range (ignored)
lastend of the half-open range (ignored)