MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / any_if

Function any_if

inst/include/Rcpp/algo.h:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 */
154template<class InputIterator, class Predicate>
155inline bool any_if( InputIterator first, InputIterator last, Predicate pred){
156 return __any_if( first, last, pred, typename std::iterator_traits<InputIterator>::iterator_category() ) ;
157}
158
159}
160

Callers

nothing calls this directly

Calls 1

__any_ifFunction · 0.85

Tested by

no test coverage detected