Functions | |
template<typename I0 , typename S0 , typename I1 , typename S1 , typename R = equal_to, typename P0 = identity, typename P1 = identity> | |
CPP_TEMPLATE_AUX_0 | ranges::c (requires ` input_iterator< I0 > &&sentinel_for< S0, I0 > &&forward_iterator< I1 > &&sentinel_for< S1, I1 > &&indirect_relation< R, projected< I0, P0 >, projected< I1, P1 >>) ccconstexpr I0 find_first_of(I0 begin0 |
function template find_first_of | |