5 #ifndef VCCC_RANGES_CONST_SENTINEL_T_HPP_
6 #define VCCC_RANGES_CONST_SENTINEL_T_HPP_
19 struct const_sentinel_impl {};
22 struct const_sentinel_impl<R, true,
void_t<decltype( ranges::
cend(std::declval<R&>()) )>> {
typename const_sentinel< R >::type const_sentinel_t
Definition: const_sentinel_t.hpp:35
constexpr VCCC_INLINE_OR_STATIC detail::cend_niebloid cend
returns a sentinel indicating the end of a read-only range
Definition: cend.hpp:46
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
Definition: const_sentinel_t.hpp:32