MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~ResultValueBase

Method ~ResultValueBase

unittests/catch.hpp:5757–5760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5755 }
5756
5757 ~ResultValueBase() override {
5758 if( m_type == Ok )
5759 m_value.~T();
5760 }
5761
5762 union {
5763 T m_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected