MCPcopy Create free account
hub / github.com/Illation/ETEngine / operator==

Function operator==

Engine/source/EtCore/Content/AssetPointer.cpp:95–98  ·  view source on GitHub ↗

--------------------------------- I_AssetPtr::operator==

Source from the content-addressed store, hash-verified

93// I_AssetPtr::operator==
94//
95bool operator==(I_AssetPtr const& ptr, std::nullptr_t)
96{
97 return ptr.is_null();
98}
99
100//---------------------------------
101// I_AssetPtr::operator==

Callers

nothing calls this directly

Calls 1

is_nullMethod · 0.80

Tested by

no test coverage detected