5 #ifndef VCCC_RANGES_OUTPUT_RANGE_HPP_
6 #define VCCC_RANGES_OUTPUT_RANGE_HPP_
18 struct output_range_impl : std::false_type {};
20 template<
typename R,
typename T>
21 struct output_range_impl<R, T, true> : output_iterator<iterator_t<R>, T> {};
28 template<
typename R,
typename T>
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
Definition: output_range.hpp:29