Lazily applies an unary function to each element in the source range that returns another range (possibly empty), flattening the result.
Synopsis of methods | |
| constexpr view< for_each_fn > | for_each {} |
Public Types | |
| template<typename Rng , typename Fun > | |
| using | Concept = concepts::models< Concept_, Rng, Fun > |