In file gfx/libfillet/Fillet.hxx:

template<class In, class Oper> In Fillet::adjacent_find_operate

( In begin,
  In end,
  Oper &pred)

An implementation of adjacent_find, which takes its predicate as a reference.

Documentation

An implementation of adjacent_find, which takes its predicate as a reference. This makes it easy to do something with the found pair.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.