MCPcopy Create free account
hub / github.com/Icinga/icinga2 / BinaryExpression

Method BinaryExpression

lib/config/expression.hpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281{
282public:
283 BinaryExpression(std::unique_ptr<Expression> operand1, std::unique_ptr<Expression> operand2, const DebugInfo& debugInfo = DebugInfo())
284 : DebuggableExpression(debugInfo), m_Operand1(std::move(operand1)), m_Operand2(std::move(operand2))
285 { }
286
287 inline const std::unique_ptr<Expression>& GetOperand1() const noexcept
288 {

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected