Less‐than operator

Synopsis

Declared in <beman/transform_view/transform_view.hpp>

constexpr
bool
operator<(
    iterator const& x,
    iterator const& y)
requires std::ranges::random_access_range<Base>;

Return Value

true if the left object is less than the right object, false otherwise

Parameters

Name

Description

x

The left operand

y

The right operand