MCPcopy Create free account
hub / github.com/RenderKit/embree / getResult

Method getResult

tutorials/external/catch.hpp:1848–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1846 struct ITransientExpression {
1847 auto isBinaryExpression() const -> bool { return m_isBinaryExpression; }
1848 auto getResult() const -> bool { return m_result; }
1849 virtual void streamReconstructedExpression( std::ostream &os ) const = 0;
1850
1851 ITransientExpression( bool isBinaryExpression, bool result )

Callers 1

handleExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected