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

Method IsInfinite

inst/include/Rcpp/sugar/functions/is_infinite.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30public:
31
32 IsInfinite( const VEC_TYPE& obj_) : obj(obj_){}
33
34 inline int operator[]( R_xlen_t i ) const {
35 return ::Rcpp::traits::is_infinite<RTYPE>( obj[i] ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected