openMSX
ranges::range Concept Reference

#include <ranges.hh>

Concept definition

template<typename T>
concept ranges::range = requires(T& t) {
}
TclObject t
constexpr auto begin(const zstring_view &x)
constexpr auto end(const zstring_view &x)

Detailed Description

Definition at line 30 of file ranges.hh.