This is the complete list of members for di::container::detail::TransformFunction, including all inherited members.
operator()(It first, Sent last, Out output, F op, Proj proj={}) const -> InOutResult< It, Out > | di::container::detail::TransformFunction | inline |
operator()(Con &&container, Out output, F op, Proj proj={}) const -> InOutResult< meta::BorrowedIterator< Con >, Out > | di::container::detail::TransformFunction | inline |
operator()(It1 first1, Sent1 last1, It2 first2, Sent2 last2, Out output, F op, Proj1 proj1={}, Proj2 proj2={}) const -> InInOutResult< It1, It2, Out > | di::container::detail::TransformFunction | inline |
transform(Con1 &&r1, Con2 &&r2, Out output, F op, Proj1 proj1={}, Proj2 proj2={}) -> InInOutResult< meta::BorrowedIterator< Con1 >, meta::BorrowedIterator< Con2 >, Out > | di::container::detail::TransformFunction | inline |