5 #ifndef VCCC_RANGES_VIEWS_JOIN_HPP_
6 #define VCCC_RANGES_VIEWS_JOIN_HPP_
Definition: join_view.hpp:101
constexpr auto operator()(R &&r) const
Definition: join.hpp:24
constexpr VCCC_INLINE_OR_STATIC detail::join_adaptor_object join
Definition: join.hpp:34
typename detail::all_t_impl< R >::type all_t
Calculates the suitable view type of a viewable_range type.
Definition: all.hpp:107
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
helper base class template for defining a range adaptor closure object
Definition: range_adaptor_closure.hpp:96