MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Boxed_obj

Method Boxed_obj

include/cpp/marshal/Boxed.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<class T>
23inline cpp::marshal::Boxed_obj<T>::Boxed_obj() : value()
24{
25 setFinaliser(std::is_destructible<T>{});
26}
27
28template<class T>
29inline cpp::marshal::Boxed_obj<T>::Boxed_obj(T* ptr) : value(*ptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected