Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ assign_object
Method
assign_object
inst/include/Rcpp/vector/Vector.h:1050–1052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1048
// sugar
1049
template <typename T>
1050
inline void assign_object( const T& x, traits::true_type ) {
1051
assign_sugar_expression( x.get_ref() ) ;
1052
}
1053
1054
// anything else
1055
template <typename T>
Callers
nothing calls this directly
Calls
1
wrap
Function · 0.50
Tested by
no test coverage detected