MCPcopy Create free account
hub / github.com/cirquit/trdrop / Option

Method Option

ext/catch.hpp:3057–3057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3055 class Option {
3056 public:
3057 Option() : nullableValue( CATCH_NULL ) {}
3058 Option( T const& _value )
3059 : nullableValue( new( storage ) T( _value ) )
3060 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected