MCPcopy Create free account
hub / github.com/ThePhD/sol2 / des

Function des

tests/run_time/source/usertypes.properties.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template <typename T>
80void des(T& e) {
81 e.~T();
82}
83
84template <typename SelfType>
85struct alignas(16) weird_aligned_wrapper {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected