コード例 #1
0
ファイル: Attribute.cpp プロジェクト: cran/h5
// [[Rcpp::export]]
bool CloseAttribute(XPtr<Attribute> attribute) {
  attribute->close();
  return true;
}