![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <memory>
#include <type_traits>
#include <utility>
#include "vccc/__concepts/convertible_to.hpp"
#include "vccc/__concepts/copy_constructible.hpp"
#include "vccc/__concepts/equality_comparable.hpp"
#include "vccc/__concepts/invocable.hpp"
#include "vccc/__iterator/iterator_tag.hpp"
#include "vccc/__iterator/sized_sentinel_for.hpp"
#include "vccc/__functional/invoke.hpp"
#include "vccc/__memory/addressof.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/bidirectional_range.hpp"
#include "vccc/__ranges/forward_range.hpp"
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/movable_box.hpp"
#include "vccc/__ranges/random_access_range.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__ranges/range_difference_t.hpp"
#include "vccc/__ranges/range_reference_t.hpp"
#include "vccc/__ranges/sentinel_t.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__iterator/iterator_traits/cxx20_iterator_traits.hpp"
#include "vccc/__type_traits/bool_constant.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/is_invocable.hpp"
#include "vccc/__type_traits/maybe_const.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__utility/cxx20_rel_ops.hpp"
Go to the source code of this file.
Classes | |
class | transform_view< V, F > |
class | transform_view< V, F >::iterator< Const > |
class | transform_view< V, F >::sentinel< Const > |
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R , typename F , std::enable_if_t< conjunction< input_range< views::all_t< R >>, copy_constructible< F >, std::is_object< F >, regular_invocable< F &, range_reference_t< views::all_t< R >>>>::value, int > = 0> | |
constexpr transform_view< views::all_t< R >, F > | make_transform_view (R &&r, F f) |