MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / operator!=

Method operator!=

tiledb/common/polymorphic_allocator/polymorphic_allocator.h:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485template <class T1, class T2>
486inline bool __pmrd::operator!=(
487 const __pmrd::polymorphic_allocator_imp<T1>& a,
488 const __pmrd::polymorphic_allocator_imp<T2>& b) {
489 return *a.resource() != *b.resource();
490}
491
492} // namespace cpp17
493

Callers

nothing calls this directly

Calls 1

resourceMethod · 0.45

Tested by

no test coverage detected