// This file is part of the mcl project. // Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once #include namespace mcl::mp { /// Casts a metavalue from one type to another template using value_cast = std::integral_constant(V::value)>; } // namespace mcl::mp