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

Function all

inst/include/Rcpp/sugar/functions/all.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83template <bool NA, typename T>
84inline sugar::All<NA,T> all( const Rcpp::VectorBase<LGLSXP,NA,T>& t){
85 return sugar::All<NA,T>( t ) ;
86}
87
88} // Rcpp
89#endif

Callers 15

runit_all_one_lessFunction · 0.85
runit_all_one_greaterFunction · 0.85
runit_all_one_equalFunction · 0.85
runit_all_not_equal_oneFunction · 0.85
runit_all_lessFunction · 0.85
runit_all_greaterFunction · 0.85
runit_all_less_or_equalFunction · 0.85
runit_all_equalFunction · 0.85
runit_all_not_equalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected