Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
template <bool NA, typename T>
84
inline 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_less
Function · 0.85
runit_all_one_greater
Function · 0.85
runit_all_one_less_or_equal
Function · 0.85
runit_all_one_greater_or_equal
Function · 0.85
runit_all_one_equal
Function · 0.85
runit_all_not_equal_one
Function · 0.85
runit_all_less
Function · 0.85
runit_all_greater
Function · 0.85
runit_all_less_or_equal
Function · 0.85
runit_all_greater_or_equal
Function · 0.85
runit_all_equal
Function · 0.85
runit_all_not_equal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected