Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::join_bind_fn Struct Reference
+ Inheritance diagram for ranges::views::join_bind_fn:

Public Member Functions

template<typename T >
requires (!joinable_range<T>)
constexpr auto operator() (T &&t) const
 
template<typename T >
requires (!joinable_range<T &>) && range<T &>
constexpr auto operator() (T &t) const