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

Function get_const_begin

inst/include/Rcpp/sugar/tools/iterator.h:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 template <typename T>
138 inline typename sugar_const_iterator_type<T>::type get_const_begin(const T& obj){
139 return get_const_begin__impl( obj, typename is_sugar_vector<T>::type() ) ;
140 }
141 /* full specialization for character vectors */
142 template <>
143 inline SEXP* get_const_begin(const CharacterVector& obj){

Callers 4

SetDiffMethod · 0.85
SetEqualMethod · 0.85
IntersectMethod · 0.85
UnionMethod · 0.85

Calls 2

get_const_begin__implFunction · 0.85
get_string_ptrFunction · 0.50

Tested by

no test coverage detected