|  | VCCC
    2024.05
    VisualCamp Common C++ library | 
#include <algorithm>#include <type_traits>#include <utility>#include "vccc/__algorithm/ranges/pop_heap.hpp"#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/next.hpp"#include "vccc/__iterator/random_access_iterator.hpp"#include "vccc/__iterator/sentinel_for.hpp"#include "vccc/__iterator/sortable.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/borrowed_iterator_t.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/random_access_range.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::sort_heap_niebloid | sort_heap {} |