MCPcopy Create free account
hub / github.com/RenderKit/oidn / optional

Method optional

external/catch.hpp:9265–9268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9263 }
9264
9265 auto optional() -> DerivedT & {
9266 m_optionality = Optionality::Optional;
9267 return static_cast<DerivedT &>( *this );
9268 };
9269
9270 auto required() -> DerivedT & {
9271 m_optionality = Optionality::Required;

Callers 1

HelpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected