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

Method operator()

tests/catch.hpp:7158–7161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7156 {}
7157
7158 auto operator()( std::string const &description ) -> DerivedT & {
7159 m_description = description;
7160 return static_cast<DerivedT &>( *this );
7161 }
7162
7163 auto optional() -> DerivedT & {
7164 m_optionality = Optionality::Optional;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected