// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. #pragma once #include #include #include namespace hilti::operator_ { HILTI_NODE_OPERATOR(tuple, Equal) HILTI_NODE_OPERATOR(tuple, Unequal) HILTI_NODE_OPERATOR(tuple, Index) HILTI_NODE_OPERATOR(tuple, Member) HILTI_NODE_OPERATOR(tuple, CustomAssign) } // namespace hilti::operator_