MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Option

Method Option

tests/catch.hpp:4558–4558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4556 class Option {
4557 public:
4558 Option() : nullableValue( nullptr ) {}
4559 Option( T const& _value )
4560 : nullableValue( new( storage ) T( _value ) )
4561 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected