MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / setFlag

Method setFlag

tests/catch.hpp:7103–7105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7101 explicit BoundFlagLambda( L const &lambda ) : m_lambda( lambda ) {}
7102
7103 auto setFlag( bool flag ) -> ParserResult override {
7104 return LambdaInvoker<typename UnaryLambdaTraits<L>::ReturnType>::invoke( m_lambda, flag );
7105 }
7106 };
7107
7108 enum class Optionality { Optional, Required };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected