MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator()

Method operator()

unittests/catch.hpp:6047–6050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6045 {}
6046
6047 auto operator()( std::string const &description ) -> DerivedT & {
6048 m_description = description;
6049 return static_cast<DerivedT &>( *this );
6050 }
6051
6052 auto optional() -> DerivedT & {
6053 m_optionality = Optionality::Optional;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected