Return a pointer to the memory resource. This function returns a pointer to the referenced @ref boost::container::pmr::memory_resource. @par Complexity Constant. @par Exception Safety No-throw guarantee. */
| 360 | No-throw guarantee. |
| 361 | */ |
| 362 | container::pmr::memory_resource* |
| 363 | operator->() const noexcept |
| 364 | { |
| 365 | return get(); |
| 366 | } |
| 367 | |
| 368 | /** Return a reference to the memory resource. |
| 369 |