Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ stop
Function
stop
inst/include/Rcpp/exceptions.h:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
} // #nocov end
117
118
inline void NORET stop(const std::string& message) { // #nocov start
119
throw Rcpp::exception(message.c_str());
120
} // #nocov end
121
122
} // namespace Rcpp
123
Callers
14
checkVersion
Function · 0.85
takeLogStop
Function · 0.85
RcppTable
Function · 0.85
test_stop_variadic
Function · 0.85
Function_Impl
Function · 0.85
DimNameProxy
Class · 0.85
SubsetProxy
Class · 0.85
check_indices
Method · 0.85
get_indices
Method · 0.85
findName
Method · 0.85
Normalize
Function · 0.85
sample
Function · 0.85
Calls
2
exception
Class · 0.85
format
Function · 0.85
Tested by
1
test_stop_variadic
Function · 0.68