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

Method optional

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

Source from the content-addressed store, hash-verified

7161 }
7162
7163 auto optional() -> DerivedT & {
7164 m_optionality = Optionality::Optional;
7165 return static_cast<DerivedT &>( *this );
7166 };
7167
7168 auto required() -> DerivedT & {
7169 m_optionality = Optionality::Required;

Callers 1

HelpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected