Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ apply
Method
apply
inst/include/Rcpp/sugar/logical/and.h:187–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
lhs(lhs_), rhs(rhs_){} ;
186
187
inline void apply(){
188
if( !rhs ){
189
BASE::set( FALSE ) ;
190
} else{
191
BASE::set( lhs.get() ) ;
192
}
193
}
194
195
private:
196
const LHS_TYPE& lhs ;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected