other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::experimental::ranges::BidirectionalRange(3) | C++ Standard Libary | std::experimental::ranges::BidirectionalRange(3) | 
NAME¶
std::experimental::ranges::BidirectionalRange - std::experimental::ranges::BidirectionalRange
Synopsis¶
 Defined in header <experimental/ranges/range>
  
   template< class T >
  
   concept bool BidirectionalRange = (ranges TS)
  
   ForwardRange<T> &&
  
   BidirectionalIterator<ranges::iterator_t<T>>;
  
   This section is incomplete
  
   Reason: add description and extra caveats
Category:¶
* Todo with reason
| 2024.06.10 | http://cppreference.com |