Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/
H A Dmergeable.compile.pass.cpp78 using OutputOnlyInt = cpp17_output_iterator<AssignableOnlyFromInt*>; typedef
79 static_assert( std::weakly_incrementable<OutputOnlyInt>);
81 static_assert( std::indirectly_copyable<Input, OutputOnlyInt>);
82 static_assert(!std::indirectly_copyable<InputLong, OutputOnlyInt>);
84 static_assert( std::mergeable<Input, Input, OutputOnlyInt>);
85 static_assert(!std::mergeable<Input, InputLong, OutputOnlyInt>);
86 static_assert(!std::mergeable<InputLong, Input, OutputOnlyInt>);