Less‐than‐or‐equal 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 or equal to the right object, false otherwise Parameters Name Description x The left operand y The right operand