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

Method CommentState

src/attributes.cpp:464–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 class CommentState {
463 public:
464 CommentState() : inComment_(false) {}
465 private:
466 // prohibit copying
467 CommentState(const CommentState&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected