We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f1d5 commit 73229edCopy full SHA for 73229ed
inst/include/Rcpp/StretchyList.h
@@ -22,6 +22,14 @@
22
23
namespace Rcpp{
24
25
+ /**
26
+ * StretchyList uses a special pairlist to provide efficient insertion
27
+ * at the front and the end of a pairlist.
28
+ *
29
+ * This is a C++ abstraction of the functions NewList, GrowList and Insert
30
+ * that are found in places where a pair list has to grow efficiently, e.g.
31
+ * in the R parser (gram.y)
32
+ */
33
RCPP_API_CLASS(StretchyList_Impl),
34
public DottedPairProxyPolicy<StretchyList_Impl<StoragePolicy> > {
35
public:
0 commit comments