MCPcopy Create free account
hub / github.com/boostorg/json / operator->

Method operator->

include/boost/json/storage_ptr.hpp:362–366  ·  view source on GitHub ↗

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. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected