Inherits AZStd::ranges::view_interface< join_view< View > >.
|
|
constexpr | join_view (View base) |
| |
|
template<bool Enable = copy_constructible<View>, class = enable_if_t<Enable>> |
| constexpr View | base () const & |
| |
|
constexpr View | base () && |
| |
|
constexpr auto | begin () |
| |
|
template<class ConstView = const View, class = enable_if_t<input_range<ConstView> && is_reference_v<range_reference_t<ConstView>>>> |
| constexpr auto | begin () const |
| |
|
constexpr auto | end () |
| |
|
template<class ConstView = const View, class = enable_if_t<input_range<ConstView> && is_reference_v<range_reference_t<ConstView>>>> |
| constexpr auto | end () const |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzCore/AzCore/std/ranges/join_view.h