Home
last modified time | relevance | path

Searched refs:NotIndirectlyWritable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.output/
H A Doutput_iterator.compile.pass.cpp58 struct NotIndirectlyWritable { struct
61 NotIndirectlyWritable& operator++(); argument
64 static_assert( std::input_or_output_iterator<NotIndirectlyWritable>);
65 static_assert(!std::indirectly_writable<NotIndirectlyWritable, T>);
66 static_assert(!std::output_iterator<NotIndirectlyWritable, T>);