MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / required

Method required

unittests/catch.hpp:6057–6060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6055 };
6056
6057 auto required() -> DerivedT & {
6058 m_optionality = Optionality::Required;
6059 return static_cast<DerivedT &>( *this );
6060 };
6061
6062 auto isOptional() const -> bool {
6063 return m_optionality == Optionality::Optional;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected