Scroll to navigation

std::experimental::ranges::InputRange(3) C++ Standard Libary std::experimental::ranges::InputRange(3)

NAME

std::experimental::ranges::InputRange - std::experimental::ranges::InputRange

Synopsis


Defined in header <experimental/ranges/range>
template <class T>


concept bool InputRange = (ranges TS)


Range<T> && InputIterator<ranges::iterator_t<T>>;


This section is incomplete
Reason: add description and extra caveats

2022.07.31 http://cppreference.com