Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ ~Option
Method
~Option
unittests/catch.hpp:3480–3482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3478
{}
3479
3480
~Option() {
3481
reset();
3482
}
3483
3484
Option& operator= ( Option const& _other ) {
3485
if( &_other != this ) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected