/*============================================================================= 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_GENERATOR_RESULTS_HPP #define SPROUT_GENERATOR_RESULTS_HPP #include #include #include #include #include namespace sprout { namespace generators { namespace results { // // generated_value // template struct generated_value : public std::decay()()))> {}; // // next_generator // template struct next_generator : public std::decay()()))> {}; } // namespace results } // namespace generators namespace results { using sprout::generators::generated_value; using sprout::generators::next_generator; } // namespace results } // namespace sprout #endif // #ifndef SPROUT_GENERATOR_RESULTS_HPP