add generators::next_value function

This commit is contained in:
bolero-MURAKAMI 2016-04-28 08:42:13 +09:00
parent 2fe34cc922
commit 51614b1356
16 changed files with 681 additions and 98 deletions

View file

@ -0,0 +1,14 @@
/*=============================================================================
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_GENERATE_FUNCTIONS_HPP
#define SPROUT_GENERATOR_GENERATE_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/generator/next_value.hpp>
#endif // #ifndef SPROUT_GENERATOR_GENERATE_FUNCTIONS_HPP