![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <functional>
#include <initializer_list>
#include <type_traits>
#include "vccc/__core/inline_or_static.hpp"
#include "vccc/__core/nodiscard.hpp"
#include "vccc/__iterator/indirectly_comparable.hpp"
#include "vccc/__iterator/input_iterator.hpp"
#include "vccc/__iterator/sentinel_for.hpp"
#include "vccc/__iterator/sized_sentinel_for.hpp"
#include "vccc/__functional/equal_to.hpp"
#include "vccc/__functional/identity.hpp"
#include "vccc/__functional/invoke.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/distance.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__type_traits/conjunction.hpp"
Go to the source code of this file.
Namespaces | |
vccc | |
vccc::ranges | |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::equal_niebloid | equal {} |
Two ranges are considered equal if they have the same number of elements and every pair of corresponding projected elements satisfies pred More... | |