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();

Return Value

true if insert‐distance can be calculated, and false otherwise

Created with MrDocs