/*============================================================================= Copyright (c) 2011-2016 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_SUB_ARRAY_ARRAY_SUB_HPP #define SPROUT_SUB_ARRAY_ARRAY_SUB_HPP #include #include #include #include #include namespace sprout { // // array_sub // template struct array_sub : public sprout::identity > > {}; #if SPROUT_USE_TEMPLATE_ALIASES template using array_sub_t = typename sprout::array_sub::type; #endif // #if SPROUT_USE_TEMPLATE_ALIASES } // namespace sprout #endif // #ifndef SPROUT_SUB_ARRAY_ARRAY_SUB_HPP