HomeSort by relevance Sort by last modified time
    Searched full:distance_from (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 548 static typename Facade1::difference_type distance_from( function in class:boost::iterator_core_access
555 static typename Facade2::difference_type distance_from( function in class:boost::iterator_core_access
835 BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
836 BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
837 BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
838 BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
846 , distance_from

Completed in 708 milliseconds