SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Delegate_Basic()

template<typename... Args>
Spices::Delegate_Basic< Args >::Delegate_Basic ( )
inline

Constructor Function.

Definition at line 34 of file DelegateBasic.h.

35 {
36 m_Agents = std::make_shared<scl::linked_unordered_map<uint64_t, Agent>>();
37 }
std::shared_ptr< scl::linked_unordered_map< uint64_t, Agent > > m_Agents
Map of Agent Function Pointer.

References Spices::Delegate_Basic< Args >::m_Agents.