Skip to content

Commit bf4dc39

Browse files
committed
Merge branch 'master' of https://github.com/RcppCore/Rcpp
2 parents ce5d157 + 6cad7a3 commit bf4dc39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/include/Rcpp/vector/ListOf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class ListOf {
8686
return list.end();
8787
}
8888

89+
inline int size() const {
90+
return list.size() ;
91+
}
92+
8993
class ListOfProxy {
9094

9195
public:

0 commit comments

Comments
 (0)