13 #ifndef RANGES_V3_ITERATOR_UNREACHABLE_SENTINEL_HPP
14 #define RANGES_V3_ITERATOR_UNREACHABLE_SENTINEL_HPP
20 #include <range/v3/detail/prologue.hpp>
30 -> CPP_broken_friend_ret(
bool)(
31 requires weakly_incrementable<I>)
37 -> CPP_broken_friend_ret(
bool)(
38 requires weakly_incrementable<I>)
44 -> CPP_broken_friend_ret(
bool)(
45 requires weakly_incrementable<I>)
51 -> CPP_broken_friend_ret(
bool)(
52 requires weakly_incrementable<I>)
62 using ranges::unreachable;
68 #include <range/v3/detail/epilogue.hpp>
RANGES_INLINE_VARIABLE(detail::to_container_fn< detail::from_range< std::vector >>, to_vector) template< template< typename... > class ContT > auto to(RANGES_HIDDEN_DETAIL(detail
For initializing a container of the specified type with the elements of an Range.
Definition: conversion.hpp:399
Definition: unreachable_sentinel.hpp:27