MCPcopy Create free account
hub / github.com/covscript/covscript / construct_store

Function construct_store

include/covscript/core/variable.hpp:650–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648
649 template <typename T, typename... ArgsT>
650 inline void construct_store(ArgsT &&...args)
651 {
652 destroy_store();
653 m_dispatcher = &dispatcher_class<T>::dispatcher;
654 dispatcher_class<T>::construct(this, std::forward<ArgsT>(args)...);
655 }
656
657 inline void destroy_store()
658 {

Callers

nothing calls this directly

Calls 2

destroy_storeFunction · 0.85
constructFunction · 0.85

Tested by

no test coverage detected