![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <functional>
#include <type_traits>
#include "vccc/__core/inline_or_static.hpp"
#include "vccc/__functional/identity.hpp"
#include "vccc/__functional/invoke.hpp"
#include "vccc/__functional/less.hpp"
#include "vccc/__iterator/indirect_strict_weak_order.hpp"
#include "vccc/__iterator/input_iterator.hpp"
#include "vccc/__iterator/projected.hpp"
#include "vccc/__iterator/sentinel_for.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__utility/cxx20_rel_ops.hpp"
Go to the source code of this file.
Namespaces | |
vccc | |
vccc::ranges | |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::lexicographical_compare_niebloid | lexicographical_compare {} |
returns true if one range is lexicographically less than another More... | |