/* Zeta API - Z/traits/ValueList.hpp ______ ______________ ___ |__ / | ___|___ ___|/ \ / /__| __| | | / - \ /______|_____| |__| /__/ \__\ Copyright (C) 2006-2025 Manuel Sainz de Baranda y Goñi. Released under the terms of the GNU Lesser General Public License v3. */ #ifndef Z_traits_ValueList_HPP #define Z_traits_ValueList_HPP #include namespace Zeta { template struct { typedef typename ValueListRemoveFirst::type remove_first; typedef typename ValueListRemoveFirst::type remove_last; typedef typename ValueListReverse ::type reverse; # if Z_DIALECT_HAS(CPP14, VARIABLE_TEMPLATE) && Z_DIALECT_HAS_SPECIFIER(CPP11, CONSTEXPR) # endif }; } #endif // Z_traits_ValueList_HPP