![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include <utility>#include "vccc/__algorithm/ranges/in_out_result.hpp"#include "vccc/__core/inline_or_static.hpp"#include "vccc/__functional/identity.hpp"#include "vccc/__iterator/indirectly_copyable.hpp"#include "vccc/__iterator/input_iterator.hpp"#include "vccc/__iterator/sentinel_for.hpp"#include "vccc/__iterator/weakly_incrementable.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/__type_traits/conjunction.hpp"#include "vccc/__type_traits/has_typename_type.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
| vccc::ranges | |
Typedefs | |
| template<typename I , typename O > | |
| using | copy_result = in_out_result< I, O > |
| template<typename I , typename O > | |
| using | copy_if_result = in_out_result< I, O > |
Variables | |
| constexpr VCCC_INLINE_OR_STATIC detail::copy_niebloid | copy {} |