MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Option

Method Option

CvPlot/ext/catch2/inc/catch.hpp:4355–4355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4353 class Option {
4354 public:
4355 Option() : nullableValue( nullptr ) {}
4356 Option( T const& _value )
4357 : nullableValue( new( storage ) T( _value ) )
4358 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected