A logical operator can be used to combine two or more conditional expressions. More...
#include "../common/STLUtils.h"#include "AbstractOp.h"#include "BinaryLogicOp.h"#include "Globals.h"#include <cassert>#include <cstring>Go to the source code of this file.
A logical operator can be used to combine two or more conditional expressions.
Definition in file BinaryLogicOp.cpp.