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

Method isOptional

unittests/catch.hpp:6062–6064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6060 };
6061
6062 auto isOptional() const -> bool {
6063 return m_optionality == Optionality::Optional;
6064 }
6065
6066 auto cardinality() const -> size_t override {
6067 if( m_ref->isContainer() )

Callers 1

writeToStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected