namespace std { namespace experimental { namespace ranges { inline namespace v1 {
class default_sentinel { };
}}}}
Class default_sentinel is an empty type used to denote the end of a range. It is intended to be used together with iterator types that know the bound of their range (e.g., counted_iterator ([counted.iterator])).