// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. #pragma once #include #include #include namespace hilti::operator_ { HILTI_NODE_OPERATOR(result, Deref) HILTI_NODE_OPERATOR(result, Error) } // namespace hilti::operator_