Searched defs:convertible_sentinel_wrapper (Results 1 – 2 of 2) sorted by relevance
19 struct convertible_sentinel_wrapper { struct21 constexpr convertible_sentinel_wrapper(const T& it) : it_(it) {} in convertible_sentinel_wrapper() function25 …constexpr convertible_sentinel_wrapper(const convertible_sentinel_wrapper<U>& other) : it_(other.i… in convertible_sentinel_wrapper() argument38 …constexpr convertible_sentinel_wrapper<int*> end() { return convertible_sentinel_wrapper<int*>(buf… in end() argument
21 struct convertible_sentinel_wrapper { struct23 constexpr convertible_sentinel_wrapper(const T& it) : it_(it) {} in convertible_sentinel_wrapper() argument27 …constexpr convertible_sentinel_wrapper(const convertible_sentinel_wrapper<U>& other) : it_(other.i… in convertible_sentinel_wrapper() function38 using sentinel = convertible_sentinel_wrapper<BufferView<int*>*>; argument