Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dhawick_circuits.cpp37 typename Path::const_iterator i, before_end = boost::prior(p.end()); in cycle() local
38 for (i = p.begin(); i != before_end; ++i) in cycle()