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

Method Bar

inst/tinytest/cpp/wrap.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26class Bar {
27 public:
28 Bar(T t) : t(t) {}
29 ~Bar() {}
30 T t;
31};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected