Provided by: libstdc++-13-doc_13.2.0-23ubuntu4_all bug

NAME

       std::indirectly_readable - Requirements for types that are readable by applying operator*.

SYNOPSIS

       #include <iterator>

Concept definition

       template<typename _In>
       concept std::indirectly_readable =  __detail::__indirectly_readable_impl<remove_cvref_t<_In>>

Detailed Description

       Requirements for types that are readable by applying operator*.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                            libstdc++              std::indirectly_readable(3cxx)