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

Method fill

inst/include/Rcpp/vector/Vector.h:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326 template <typename U>
327 void fill( const U& u){
328 fill__dispatch( typename traits::is_trivial<RTYPE>::type(), u ) ;
329 }
330
331 inline iterator begin() { return cache.get() ; }
332 inline iterator end() { return cache.get() + size(); }

Callers 6

integer_fillFunction · 0.80
tinyformat.hFile · 0.80
formatImplFunction · 0.80
InMethod · 0.80
uniqueFunction · 0.80
matchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected