get the raw pointer, behaves like std::unique_ptr::get()
| 74 | |
| 75 | // get the raw pointer, behaves like std::unique_ptr::get() |
| 76 | Relation |
| 77 | get() const |
| 78 | { |
| 79 | return m_relation; |
| 80 | } |
| 81 | |
| 82 | /// Explicitly close the underlying relation early. This is not usually |
| 83 | /// necessary unless there is significant amount of time between the point |
no outgoing calls