algorithm.hpp File Reference
#include "common.hpp"
#include <boost/concept/requires.hpp>
Include dependency graph for algorithm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 

Functions

template<typename It , typename Pred >
It nfd::find_last_if (It first, It last, Pred p)
 finds the last element satisfying a predicate More...