Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ any
Function
any
inst/include/Rcpp/sugar/functions/any.h:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
template <bool NA, typename T>
81
inline sugar::Any<NA,T> any( const Rcpp::VectorBase<LGLSXP,NA,T>& t){
82
return sugar::Any<NA,T>( t ) ;
83
}
84
85
} // Rcpp
86
#endif
Callers
3
Median
Class · 0.70
Median<STRSXP, NA, T, NA_RM>
Class · 0.70
is
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected