BloombergLP::bslstl::IteratorUtil::canCalculateInsertDistance

Return true if the calculation of insertDistance is supported for iterators of the specified types, false otherwise.

Synopsis

Declared in <bslstl_iteratorutil.h>

template<
    class t_INPUT_ITERATOR,
    class t_SENTINEL>
constexpr
static
bool
canCalculateInsertDistance();