Home
last modified time | relevance | path

Searched defs:convertible_sentinel_wrapper (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Dctor.other.pass.cpp19 struct convertible_sentinel_wrapper { struct
21 constexpr convertible_sentinel_wrapper(const T& it) : it_(it) {} in convertible_sentinel_wrapper() function
25 …constexpr convertible_sentinel_wrapper(const convertible_sentinel_wrapper<U>& other) : it_(other.i… in convertible_sentinel_wrapper() argument
38 …constexpr convertible_sentinel_wrapper<int*> end() { return convertible_sentinel_wrapper<int*>(buf… in end() argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Dctor.other.pass.cpp21 struct convertible_sentinel_wrapper { struct
23 constexpr convertible_sentinel_wrapper(const T& it) : it_(it) {} in convertible_sentinel_wrapper() argument
27 …constexpr convertible_sentinel_wrapper(const convertible_sentinel_wrapper<U>& other) : it_(other.i… in convertible_sentinel_wrapper() function
38 using sentinel = convertible_sentinel_wrapper<BufferView<int*>*>; argument