Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/
H A Dmergeable.compile.pass.cpp28 using InputLong = cpp20_input_iterator<long*>; typedef
29 static_assert( std::input_iterator<InputLong>);
35 static_assert( std::indirectly_copyable<InputLong, Output>);
38 static_assert( std::indirect_strict_weak_order<CompDefault, Input, InputLong>);
39 static_assert( std::indirect_strict_weak_order<CompInt, Input, InputLong>);
82 static_assert(!std::indirectly_copyable<InputLong, OutputOnlyInt>);
83 static_assert( std::indirect_strict_weak_order<CompDefault, Input, InputLong>);
85 static_assert(!std::mergeable<Input, InputLong, OutputOnlyInt>);
86 static_assert(!std::mergeable<InputLong, Input, OutputOnlyInt>);