Horizon
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
partition_copy.hpp File Reference
#include <tuple>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/algorithm/result_types.hpp>
#include <range/v3/functional/identity.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/dangling.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Namespaces

namespace  ranges::cpp20
 

Typedefs

template<typename I , typename O0 , typename O1 >
using ranges::partition_copy_result = detail::in_out1_out2_result< I, O0, O1 >
 

Functions

 ranges::template (typename I, typename S, typename O0, typename O1, typename C, typename P=identity)(AND sentinel_for< S
 function template partition_copy
 
I AND weakly_incrementable< O0 > AND weakly_incrementable< O1 > AND indirectly_copyable< I, O0 > AND indirectly_copyable< I, O1 > AND indirect_unary_predicate< C, projected< I, P > > constexpr partition_copy_result< I, O0, O1 > RANGES_FUNC() ranges::partition_copy (I first, S last, O0 o0, O1 o1, C pred, P proj=P{})
 
 ranges::template (typename Rng, typename O0, typename O1, typename C, typename P=identity)(AND weakly_incrementable< O0 > AND weakly_incrementable< O1 > AND indirectly_copyable< iterator_t< Rng >
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
O0 AND indirectly_copyable< iterator_t< Rng >, O1 > AND indirect_unary_predicate< C, projected< iterator_t< Rng >, P > > constexpr partition_copy_result< borrowed_iterator_t< Rng >, O0, O1 > RANGES_FUNC() ranges::partition_copy (Rng &&rng, O0 o0, O1 o1, C pred, P proj=P{})