5 #ifndef VCCC_RANGES_VIEWS_FILTER_HPP
6 #define VCCC_RANGES_VIEWS_FILTER_HPP
29 template<
typename Pred>
Definition: filter_view.hpp:113
Definition: range_adaptor.hpp:25
constexpr VCCC_INLINE_OR_STATIC detail::filter_niebloid filter
Definition: filter.hpp:40
#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: filter.hpp:23
constexpr auto operator()(Pred &&pred) const
Definition: filter.hpp:30
constexpr auto operator()(R &&r, Pred &&pred) const
Definition: filter.hpp:25