Searched refs:iter_traits (Results 1 – 2 of 2) sorted by relevance
47 typedef std::iterator_traits<iterator> iter_traits; typedef in boost::iostreams::detail::range_adapter48 typedef typename iter_traits::iterator_category iter_cat;
595 typedef std::iterator_traits<ForwardIterator> iter_traits; in chi_square_value() typedef596 typedef typename iter_traits::value_type counter_type; in chi_square_value()