UnBind Function pointer from delegate.
Erase from map.
105 {
107
108 uint64_t* addr = reinterpret_cast<uint64_t*>(&func);
110 {
111 SPICES_CORE_WARN("Agent Function not binded yet.");
112 return false;
113 }
114
119
120 return true;
121 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< scl::linked_unordered_map< uint64_t, Agent > > m_Agents
Map of Agent Function Pointer.
void erase(const K &key)
Remove a element inside the container if founded by key.
bool has_key(const K &key)
Determine whether the key is in the container.