table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 
| std::ranges::join_with_view::iterator::operator*(3) | C++ Standard Libary | std::ranges::join_with_view::iterator::operator*(3) | 
NAME¶
std::ranges::join_with_view::iterator::operator* - std::ranges::join_with_view::iterator::operator*
Synopsis¶
constexpr decltype(auto) operator*() const; (since C++23)
  
   Returns the current element in the joined view.
  
   The return type is:
  
   std::common_reference_t<ranges::range_reference_t<InnerBase>,
  
   ranges::range_reference_t<PatternBase>>
Parameters¶
(none)
Return value¶
The current element.
Example¶
 This section is incomplete
  
   Reason: no example
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |