MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / optional

Method optional

test/expected/catch.hpp:9208–9211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9206 }
9207
9208 auto optional() -> DerivedT & {
9209 m_optionality = Optionality::Optional;
9210 return static_cast<DerivedT &>( *this );
9211 };
9212
9213 auto required() -> DerivedT & {
9214 m_optionality = Optionality::Required;

Callers 1

HelpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected