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 & >) &&range< T & >` const expr auto operator()(T &t) const
 
template<typename T >
 requires (!joinable_range< T >)` const expr auto operator()(T &&t) const