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