* Returns a shared pointer to the C TileDB currentDomain object. * * @return The C API pointer */
| 100 | * @return The C API pointer |
| 101 | */ |
| 102 | std::shared_ptr<tiledb_current_domain_t> ptr() const { |
| 103 | return current_domain_; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Returns the currentDomain type. |
no outgoing calls
no test coverage detected