Home
last modified time | relevance | path

Searched refs:iter_traits (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iostreams/detail/adapter/
Drange_adapter.hpp47 typedef std::iterator_traits<iterator> iter_traits; typedef in boost::iostreams::detail::range_adapter
48 typedef typename iter_traits::iterator_category iter_cat;
/third_party/boost/libs/random/test/
Dstatistic_tests.hpp595 typedef std::iterator_traits<ForwardIterator> iter_traits; in chi_square_value() typedef
596 typedef typename iter_traits::value_type counter_type; in chi_square_value()