5 #ifndef VCCC_RANGES_CEND_HPP_
6 #define VCCC_RANGES_CEND_HPP_
21 struct cend_niebloid {
22 template<
typename T, std::enable_if_t<disjunction<
23 std::is_lvalue_reference<T>,
24 enable_borrowed_range<std::remove_cv_t<T>>
26 constexpr
auto operator()(T&& t)
const {
51 using namespace niebloid;
std::enable_if_t< semiregular< S >::value, std::conditional_t< input_iterator< S >::value, const_iterator< S >, S > > const_sentinel
Definition: basic_const_iterator.hpp:386
constexpr auto & possibly_const_range(R &r) noexcept
Definition: possibly_const_range.hpp:35
constexpr VCCC_INLINE_OR_STATIC detail::end_niebloid end
returns a sentinel indicating the end of a range
Definition: end.hpp:120
constexpr VCCC_INLINE_OR_STATIC detail::cend_niebloid cend
returns a sentinel indicating the end of a read-only range
Definition: cend.hpp:46
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35