Horizon
|
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/comparisons.hpp>
#include <range/v3/functional/identity.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
Functions | |
ranges::template (typename I0, typename S0, typename I1, typename C=equal_to, typename P0=identity, typename P1=identity)(AND sentinel_for< S0 | |
function template equal | |
I0 AND input_iterator< I1 > AND indirectly_comparable< I0, I1, C, P0, P1 > | ranges::RANGES_DEPRECATED ("Use the variant of ranges::equal that takes an upper bound for " "both sequences") const expr bool RANGES_FUNC(equal)(I0 begin0 |