5 #ifndef VCCC_RANGES_INPUT_RANGE_HPP_
6 #define VCCC_RANGES_INPUT_RANGE_HPP_
20 template<
typename T,
bool = has_
typename_type<iterator<T>>::value>
21 struct input_range_impl : std::false_type {};
24 struct input_range_impl<T, true>
27 input_iterator<iterator_t<T>>
Definition: directory.h:12