Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/entityx
/ Option
Method
Option
entityx/3rdparty/catch.hpp:4157–4157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4155
class Option {
4156
public:
4157
Option() : nullableValue( NULL ) {}
4158
Option( T const& _value )
4159
: nullableValue( new( storage ) T( _value ) )
4160
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected