5 #ifndef VCCC_RANGES_VIEWS_DROP_WHILE_HPP
6 #define VCCC_RANGES_VIEWS_DROP_WHILE_HPP
27 template<
typename Pred, std::enable_if_t<std::is_
object<std::decay_t<Pred>>::value,
int> = 0>
Definition: drop_while_view.hpp:33
Definition: range_adaptor.hpp:25
constexpr VCCC_INLINE_OR_STATIC detail::drop_while_niebloid drop_while
Definition: drop_while.hpp:38
#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
Definition: drop_while.hpp:21
constexpr auto operator()(Pred &&pred) const
Definition: drop_while.hpp:28
constexpr auto operator()(R &&r, Pred &&pred) const
Definition: drop_while.hpp:23