Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::aux::partition_point_n_fn Struct Reference

Public Member Functions

template<typename I , typename C , typename P = ident, requires = (PartitionPointable<I, C, P>())>
operator() (I begin, difference_type_t< I > d, C pred, P proj=P{}) const