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

Function any

inst/include/Rcpp/algo.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 */
88template<class InputIterator, class T>
89inline bool any( InputIterator first, InputIterator last, const T& value){
90 return __any( first, last, value, typename std::iterator_traits<InputIterator>::iterator_category() ) ;
91}
92
93
94

Callers 10

runit_any_lessFunction · 0.50
runit_any_greaterFunction · 0.50
runit_any_less_or_equalFunction · 0.50
runit_any_equalFunction · 0.50
runit_any_not_equalFunction · 0.50
runit_any_isnaFunction · 0.50
runit_any_equal_notFunction · 0.50
has_na_dvFunction · 0.50
has_na_dtvFunction · 0.50

Calls 1

__anyFunction · 0.85

Tested by

no test coverage detected