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

Method optional

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

Source from the content-addressed store, hash-verified

9188 }
9189
9190 auto optional() -> DerivedT & {
9191 m_optionality = Optionality::Optional;
9192 return static_cast<DerivedT &>( *this );
9193 };
9194
9195 auto required() -> DerivedT & {
9196 m_optionality = Optionality::Required;

Callers 1

HelpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected