Scroll to navigation

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

NAME

std::experimental::ranges::IndirectlyCopyable - std::experimental::ranges::IndirectlyCopyable

Synopsis


Defined in header <experimental/ranges/iterator>
template < class In, class Out >


concept bool IndirectlyCopyable = (ranges TS)


Readable<In> && Writable<Out, ranges::reference_t<In>>;


This section is incomplete
Reason: add description and extra caveats

2022.07.31 http://cppreference.com