MCPcopy 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
80template <bool NA, typename T>
81inline 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

MedianClass · 0.70
isMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected