Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ update
Function
update
inst/include/Rcpp/S4.h:71–73 ·
view source on GitHub ↗
* @throw not_s4 if x is not an S4 class */
Source
from the content-addressed store, hash-verified
69
* @throw not_s4 if x is not an S4 class
70
*/
71
void update(SEXP x){
72
if( ! ::Rf_isS4(x) ) throw not_s4() ;
73
}
74
} ;
75
76
typedef S4_Impl<PreserveStorage> S4 ;
Callers
1
DottedPair.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected