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

Method push_front

inst/include/Rcpp/api/meat/DottedPairImpl.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 template <typename CLASS>
24 template <typename T>
25 void DottedPairImpl<CLASS>::push_front( const T& object){
26 CLASS& ref = static_cast<CLASS&>(*this) ;
27 ref.set__( grow(object, ref.get__() ) ) ;
28 }
29
30 template <typename CLASS>
31 template <typename T>

Callers

nothing calls this directly

Calls 3

growFunction · 0.85
set__Method · 0.45
get__Method · 0.45

Tested by

no test coverage detected