std::experimental::ranges::BidirectionalRange - cppreference.com (original) (raw)
template< class T >
concept bool BidirectionalRange =
ForwardRange<T> &&
BidirectionalIterator<ranges::iterator_t<T>>;
template< class T >
concept bool BidirectionalRange =
ForwardRange<T> &&
BidirectionalIterator<ranges::iterator_t<T>>;