// This file is part of the mcl project. // Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once #include namespace mcl::mp { /// Do two metavalues contain the same value? template using value_equal = std::bool_constant; } // namespace mcl::mp