MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / resource

Method resource

tiledb/common/polymorphic_allocator/polymorphic_allocator.h:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466template <class Tp>
467inline pmr::memory_resource* __pmrd::polymorphic_allocator_imp<Tp>::resource()
468 const {
469 return m_resource;
470}
471
472template <class T1, class T2>
473inline bool __pmrd::operator==(

Callers 5

polymorphic_allocatorMethod · 0.45
resourceMethod · 0.45
operator==Method · 0.45
operator!=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected