Skip to content

piko::tutorial

piko::tools store

Actual function call count doesn’t match EXPECT_CALL

GTest and short-circuit evaluation in C++
Posted in
  • C++

GTest and short-circuit evaluation in C++

What is short-circuit evaluation in C++? Short-circuit evaluation is a behavior of logical operators in C++ where the second part of an expression is evaluated only if it is necessary to determine the final result. For example, in an expression using the logical OR operator, if the left-hand side already…

GTest and short-circuit evaluation in C++ Read More
    Powered by WordPress and HybridMag.

    Resources

    • Privacy Policy