Synopsis of methods | |
constexpr view_closure< join_fn > | join {} |
Additional Inherited Members | |
![]() | |
template<typename Rng > | |
join_with_view< all_t< Rng >, single_view< inner_value_t< Rng > > > | operator() (Rng &&rng, inner_value_t< Rng > v) const |
template<typename Rng , typename ValRng > | |
join_with_view< all_t< Rng >, all_t< ValRng > > | operator() (Rng &&rng, ValRng &&val) const |
![]() | |
template<typename Rng > | |
join_view< all_t< Rng > > | operator() (Rng &&rng) const |
![]() | |
template<typename T > | |
constexpr auto | operator() (T &&t) const |
template<typename T > | |
constexpr auto | operator() (T &t) const |