Searched defs:InputView (Results 1 – 7 of 7) sorted by relevance
34 struct InputView : std::ranges::view_base { struct47 static_assert(std::ranges::input_range<InputView>); argument
42 struct InputView : std::ranges::view_base { global() struct 43 xtest2::InputView global() argument
141 struct InputView : std::ranges::view_base { struct144 constexpr InputView() = default; argument145 constexpr InputView(const char* s) : InputView(std::string_view(s)) {} in InputView() argument146 constexpr InputView(std::string_view v) { in InputView() function161 friend constexpr bool operator==(const InputView& lhs, const InputView& rhs) { argument
87 struct InputView : std::ranges::view_base { struct 89 constexpr explicit InputView(int* ptr = globalBuff) : ptr_(ptr) {} in ptr_() argument 93 static_assert( std::ranges::view<InputView>); argument
110 struct InputView : std::ranges::view_base { struct 111 beginInputView begin() argument 112 endInputView end() argument
26 struct InputView : std::ranges::view_base { struct
28 struct InputView : std::ranges::view_base { struct