![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <memory>#include <type_traits>#include <utility>#include "vccc/__core/constexpr.hpp"#include "vccc/__concepts/convertible_to.hpp"#include "vccc/__concepts/copy_constructible.hpp"#include "vccc/__functional/invoke.hpp"#include "vccc/__iterator/indirect_unary_predicate.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/input_range.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/movable_box.hpp"#include "vccc/__ranges/range.hpp"#include "vccc/__ranges/sentinel_t.hpp"#include "vccc/__ranges/simple_view.hpp"#include "vccc/__ranges/view.hpp"#include "vccc/__ranges/viewable_range.hpp"#include "vccc/__ranges/view_interface.hpp"#include "vccc/__ranges/views/all.hpp"#include "vccc/__type_traits/bool_constant.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/maybe_const.hpp"#include "vccc/__type_traits/negation.hpp"#include "vccc/__utility/cxx20_rel_ops.hpp"Go to the source code of this file.
Classes | |
| class | take_while_view< V, Pred > |
| class | take_while_view< V, Pred >::sentinel< Const > |
Namespaces | |
| vccc | |
| vccc::ranges | |