std::indirectly_readable
Requirements for types that are readable by applying operator*.
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
Requirements for types that are readable by applying operator*.
#include <iterator>
template<typename _In> concept std::indirectly_readable = __detail::__indirectly_readable_impl<remove_cvref_t<_In>>
Requirements for types that are readable by applying operator*.
Generated automatically by Doxygen for libstdc++ from the source code.