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

Method required

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

Source from the content-addressed store, hash-verified

9193 };
9194
9195 auto required() -> DerivedT & {
9196 m_optionality = Optionality::Required;
9197 return static_cast<DerivedT &>( *this );
9198 };
9199
9200 auto isOptional() const -> bool {
9201 return m_optionality == Optionality::Optional;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected